Class | Description |
---|---|
AboutDialog |
The About-Dialog of the game which consists of a two tabbed pane.
|
Element |
The class provides a
JPanel with a JTextField and a
JLabel situated over each other. |
HintFocusListener |
The hint label's FocusListener
|
HintKeyListener |
The hint label's KeyListener
|
HintLabel |
An editable
JLabel used to show some hint numbers the player may
use for remembrance. |
HintMouseListener |
The hint label's MouseListener
|
HintMouseMotionListener |
The hint label's MouseMotionListener
|
MistakeTimer |
The class manages sudoku's mistake timing.
|
NumberTextField |
An editable borderless TextField without highlighter that may only contain
numbers.
|
OptionDialog |
A dialog window to adjust the game's settings
|
PrintablePanel |
A printable
JPanel used as the main panel of the sudoku game. |
StatusBar |
The status bar of the sudoku game
|
SuccessDialog |
A dialog to be shown when the game is finished successfully.
|
SudokuComponentAdapter |
Used for resizing the game's gui
|
SudokuGUI |
The class provides the main window of the well known sudoku puzzle.
|
SudokuMenu |
Provides a menu bar
|