//*****************************************\\
             A5 Readme
\\*****************************************//

To compile:
from the src folder on the command line:
E:\Work\a5\src>javac -d ..\bin  gui\*.java

To run:
from the bin folder on the command line:
E:\Work\a5\bin>java gui/GUI


