- reloadElementFont() - Method in class de.yourwebs.sudoku.gui.SudokuGUI
-
Reloads the font of all elements if the component is resized or the
font-weight has changed.
- reloadFont() - Method in class de.yourwebs.sudoku.gui.Element
-
Reloads the fonts for the puzzle field and the hint label.
- resizeGUI(int) - Method in class de.yourwebs.sudoku.gui.SudokuGUI
-
Resizes the gui depending on faktor
.
- resultArray - Variable in class de.yourwebs.sudoku.SudokuEngine
-
Array of the numbers of the solved game ordered as
byte[row][column]
.
- row - Variable in class de.yourwebs.sudoku.gui.Element
-
Index of the row this element belongs to
- run() - Method in class de.yourwebs.sudoku.gui.MistakeTimer
-