Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.lilacsoftware.orca.applets
Class Constants  view Constants download Constants.java

java.lang.Object
  extended bycom.lilacsoftware.orca.applets.Constants

public final class Constants
extends java.lang.Object


Field Summary
static int GOTOMAX
           
static int TIMEBLANK
           
static int TIMEELAPSED
           
static int TIMEMAX
           
static int TIMEREMAINING
           
 
Constructor Summary
Constants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TIMEREMAINING

public static final int TIMEREMAINING
See Also:
Constant Field Values

TIMEELAPSED

public static final int TIMEELAPSED
See Also:
Constant Field Values

TIMEBLANK

public static final int TIMEBLANK
See Also:
Constant Field Values

TIMEMAX

public static final int TIMEMAX
See Also:
Constant Field Values

GOTOMAX

public static final int GOTOMAX
See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()