uk.org.arlott.simon.hw.f24.lbsta
Class LBSTA

java.lang.Object
  extended by uk.org.arlott.simon.hw.f24.lbsta.LBSTA

public class LBSTA
extends java.lang.Object

Main class, creates the application window and makes it visible.


Field Summary
static FileHandler FILEHANDLER
          Provides the relevant FileHandler object for the current environment.
static boolean JAVAWS
          Indicates if the applicaiton is running under Java Web Start or not.
static java.util.Random RNG
          A globally available random number generator instance.
static int scale
          Scale of the network.
 
Constructor Summary
LBSTA()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main program invocation method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JAVAWS

public static final boolean JAVAWS
Indicates if the applicaiton is running under Java Web Start or not.


FILEHANDLER

public static final FileHandler FILEHANDLER
Provides the relevant FileHandler object for the current environment.


RNG

public static final java.util.Random RNG
A globally available random number generator instance.


scale

public static final int scale
Scale of the network. Should NOT be changed and provided only as a reference to the scale when used from other code. This does not fully control the scale, other hard-coded values depend on this being 10.

See Also:
Constant Field Values
Constructor Detail

LBSTA

public LBSTA()
Method Detail

main

public static void main(java.lang.String[] args)
Main program invocation method.

Parameters:
args - Ignored.