Package ui

User interface classes for checkers games.

See:
          Description

Class Summary
BoardBackground BoardBackground is a component that displays the squares of a checkerboard.
BoardViewTester BoardViewTester is a test window that displays all three checkerboard view implementations (pixel, stroke, and component).
ComponentBoardView ComponentBoardView is a component that displays a checkers game by representing each checker as a JComponent object.
PixelBoardView StrokeBoardView is a component that displays a checkers game by drawing each checker as an image.
StrokeBoardView StrokeBoardView is a component that displays a checkers game by drawing each checker as strokes.
 

Package ui Description

User interface classes for checkers games.