JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes
SEARCH:
JavaScript is disabled on your browser.
A
B
C
D
E
F
G
H
I
L
M
P
Q
R
S
T
W
P
paintComponent(Graphics)
- Method in class
ChessSquarePanel
Paints the square with the set background color, sets the font and color of the Q, and places a Q on the square, if flag is true.
PANEL_FONT
- Static variable in class
PictureYourSolution
The custom font to be used in the panels
PANEL_TEXT_COLOR
- Static variable in class
PictureYourSolution
The text color to be used on the panel
PAUSE
- Static variable in class
EightQueens
The number of milliseconds the program will pause in between each solution.
PictureYourSolution
- Class in
<Unnamed>
This class will be used to display a chess board with eight queens on it, which will serve as the graphical representation of solutions to the eight queens theoretical problem.
PictureYourSolution(boolean[][])
- Constructor for class
PictureYourSolution
Creates a PictureYourSolution object with a boolean[][] of queens that should represent a viable solution.
A
B
C
D
E
F
G
H
I
L
M
P
Q
R
S
T
W
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes
JavaScript is disabled on your browser.