
How to run:


1.  If you see some .class files in this directory, it means
    that I have pre-compiled the program. Just type the command
    
                           java Main, 

    and it should run -- provided you have a Java
    program interpreter.



2.  If method 1 fails, or else if there are no .class files in
    this directory, you need to compile the program.  You do this
    with the command 

                           javac *.java  

    In order for this to work, your system needs a Java 
    compiler.


Once the program is running, you should see 2 windows.

1. a documentation window  (read this first!)
2. a main control panel (killing this window kills the whole program.)

