Class aniframe

java.lang.Object
  |
  +--aniframe

public class aniframe
extends java.lang.Object


Constructor Summary
aniframe()
          The class constructor.
 
Method Summary
static void main(java.lang.String[] args)
          The entry point if you're running this as an application, otherwise this isn't called.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

aniframe

public aniframe()
The class constructor.
Method Detail

main

public static void main(java.lang.String[] args)
The entry point if you're running this as an application, otherwise this isn't called.