|
Class Summary |
| AboutDialog |
AboutDialog is a subclass class of "MyDialog". |
| ButtonMouseListener |
ButtonMouseListener is a class that manages operations that
are performed when mouse actions are happened
on buttons on the game window and dialogs. |
| GamePanel |
GamePanel is a class whose objects are game squares on the game window. |
| InstructionDialog |
InstructionDialog is a subclass class of "MyDialog". |
| MyActionListener |
MyActionListener is a class that handles events happened on
windows of the Plus Number game. |
| MyDialog |
MyDialog is a super class of "InstructionDialog" and "AboutDialog". |
| MyTimerTask |
MyTimerTask is a sub class of the TimerTask class. |
| PlusNumber |
PlusNumber is the root class of the program that creates
components of the Plus Numbr game and handles the main
flow of the game. |
| StartPanel |
StartPanel is a class whose objects are panels on the splash
screen. |
| WindowPanel |
WindowPanel is a class whose objects are panels displayed on the
left of the game window. |