|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--MainClass
Contains the main function of the program; loads the splash screen.
Field Summary | |
(package private) boolean |
z
Variable which has no point other than to have a 'z' entry in the index list, since every other letter is used =) |
Constructor Summary | |
MainClass()
Empty default constructor. |
Method Summary | |
static void |
main(java.lang.String[] argv)
Main function, loads spash screen and CombineInterface. |
static void |
viewSplash(int duration)
Loads the splash screen for a fixed amount of time. |
Methods inherited from class java.lang.Object |
|
Field Detail |
boolean z
Constructor Detail |
public MainClass()
Method Detail |
public static void main(java.lang.String[] argv)
public static void viewSplash(int duration)
duration
- Number of milliseconds to display splash screen.
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |