
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 3 windows.

1. a main control panel (killing this window kills the whole program.)
2. polygon selection window - lets you select polygons and colors
3. a polygon iteration window - shows the dynamics

On the control panel there are two buttons which bring up
popup windows.  You should push the "information" button to
see the instructions for the program.


