BoardCanvas |
Represents the drawn board for the BridgesApp.
|
BridgesApp |
Represents a Bridges Game Application.
|
CustomDialog |
The CustomDialog provides some basic functionality used by:
- MessageDialog and
- NewPuzzleDialog
like:
- setting the title
- closing the dialog, when the user presses 'X' and
- scaling and positioning the window.
|
Main |
The main class, which is used to start the application.
|
MessageDialog |
Dialog class, that displays a simple message and an
"OK"-Button to close the window.
|
NewPuzzleDialog |
Class, that represents a dialog, which enables the user
to create a new puzzle with different parameters.
|
StatusLabel |
Represents the status label of the application.
|