|
| |
The stand alone application is constructed in the following way:
The main frame serves as a container for 2 components in the following hierarchy:
 | The mainPanel panel |
 | The auxPanel Panel |
 | status TextField which only displays a greeting message. |
 | The playBoard Panel which is the game board. It displays all the graphics and handles
the events inside it. |
 | The menuBar MenuBar |
 | The "Help" menu. |
 | The "About" item which is a message box, acting in a model mode. |
The source
|