Java note:
All applets used in this course have at most the structure of Hwa4 !
A class extending java.applet
- Init, start and stop methods
- run method
other simple classes
- user interface - action()
- drawing class - paint()
- perhaps a Map or Simulation class