Class Main

java.lang.Object
  extended by Main

public class Main
extends java.lang.Object

This is the main class. It instantiates instances of the GUI and ties it together with the state machine.

Author:
schilling

Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)