- icon - Variable in class de.yourwebs.sudoku.gui.SudokuGUI
-
The program icon
- init() - Method in class de.yourwebs.sudoku.gui.SudokuMenu
-
Creates and initializes the menu bar's ui
- initComponents() - Method in class de.yourwebs.sudoku.gui.AboutDialog
-
Initializes the gui's components
- initEngine(int) - Method in class de.yourwebs.sudoku.SudokuEngine
-
- initFields() - Method in class de.yourwebs.sudoku.SudokuEngine
-
Initialises the array, that will fill the game at startup containing a
bunch of '-1' to display empty fields and the array used to store the
game's solution entries.
- initGUI() - Method in class de.yourwebs.sudoku.gui.OptionDialog
-
Creates and initializes the dialog's gui
- initGUI() - Method in class de.yourwebs.sudoku.gui.SuccessDialog
-
Create and initialize the gui
- initGUI() - Method in class de.yourwebs.sudoku.gui.SudokuGUI
-
Creates and initializes the gui
- initMainPanel() - Method in class de.yourwebs.sudoku.gui.SudokuGUI
-
Creates the main panel of the game.
- initMenubar() - Method in class de.yourwebs.sudoku.gui.SudokuGUI
-
Create a menuBar
- initNewSudoku() - Method in class de.yourwebs.sudoku.gui.SudokuGUI
-
Create a new Sudoku game
- initStatusBar() - Method in class de.yourwebs.sudoku.gui.SudokuGUI
-
Create a status bar
- isFilled(int) - Method in class de.yourwebs.sudoku.SudokuEngine
-
Checks if anz
positions of the start array are set to -1.
- isSpeechPlayable - Variable in class de.yourwebs.sudoku.gui.SudokuGUI
-
Play a voice output if true
.
- isSuccessSoundPlayable - Variable in class de.yourwebs.sudoku.gui.SudokuGUI
-
Play a sound when finishing the game successfully