Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
C
D
F
G
H
I
L
M
N
P
Q
R
S
T
U
V
P
paintComponent(Graphics)
- Method in class sudoku.
ViewScreen
This method is called to repaint this component.
PlayEngine
- Class in
sudoku
The guts of Sudoku.
PlayEngine(Field)
- Constructor for class sudoku.
PlayEngine
Create a PlayEngine to play the given field.
PlayPanel
- Class in
sudoku
PlayPanel is the GUI for the Sudoku game.
PlayPanel()
- Constructor for class sudoku.
PlayPanel
Creates new form PlayPanel
playRandomlyUntilSolvedOrQuit()
- Method in class sudoku.
PlayEngine
Alternative solver that makes random choices at random locations to create a new solution, typically from an empty field.
playUntilSolvedOrQuit()
- Method in class sudoku.
PlayEngine
Main playing routine.
possibles
- Variable in class sudoku.
Field
Bit array of possible values for this location, if not assigned.
possiblesCount
- Variable in class sudoku.
Field
Count of possible values for this location, if not assigned
putText(int, int, Field)
- Method in class sudoku.
ViewScreen
Display value at location
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
C
D
F
G
H
I
L
M
N
P
Q
R
S
T
U
V