| Class | Description |
|---|---|
| ChessSquarePanel |
A class that creates a sample graphical chess square panel using the Java Graphics
capacity.
|
| Queen |
This class is meant to recreate the chess piece of a Queen, although it is general enough
it could be used for different chess pieces, for the Eight Queens theoretical problem.
|