Package | Description |
---|---|
de.yourwebs.sudoku.gui |
Modifier and Type | Field and Description |
---|---|
(package private) Element |
MistakeTimer.el |
private Element[][] |
SudokuGUI.elements
Array of all element cells ordered from the upper left to the lower right
|
Modifier and Type | Method and Description |
---|---|
Element[][] |
SudokuGUI.getElements() |
Modifier and Type | Method and Description |
---|---|
private void |
SudokuGUI.checkForMistake(Element el,
byte value)
Checks in
b exists in row, column or square to which
el belongs. |
void |
SudokuGUI.handleInput(Element el)
Coordinates the number handling of an element.
|
private void |
SudokuGUI.handleMistake(Element el)
Activates a timer, that schedules the reset of the gui after showing a
mistake.
|
Constructor and Description |
---|
MistakeTimer(SudokuGUI gui,
Element el) |