Class MainClass

java.lang.Object
  |
  +--MainClass

public class MainClass
extends java.lang.Object

Contains the main function of the program; loads the splash screen.

Author:
Karen Stevens

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

z

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 Detail

MainClass

public MainClass()
Empty default constructor.
Method Detail

main

public static void main(java.lang.String[] argv)
Main function, loads spash screen and CombineInterface.

viewSplash

public static void viewSplash(int duration)
Loads the splash screen for a fixed amount of time.
Parameters:
duration - Number of milliseconds to display splash screen.