|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectuk.org.arlott.simon.hw.f24.lbsta.LBSTA
public class LBSTA
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 |
|---|
public static final boolean JAVAWS
public static final FileHandler FILEHANDLER
FileHandler object for the current environment.
public static final java.util.Random RNG
public static final int scale
| Constructor Detail |
|---|
public LBSTA()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
args - Ignored.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||