Uses of Class
ui.BoardBackground

Packages that use BoardBackground
ui User interface classes for checkers games. 
 

Uses of BoardBackground in ui
 

Subclasses of BoardBackground in ui
 class ComponentBoardView
          ComponentBoardView is a component that displays a checkers game by representing each checker as a JComponent object.
 class PixelBoardView
          StrokeBoardView is a component that displays a checkers game by drawing each checker as an image.
 class StrokeBoardView
          StrokeBoardView is a component that displays a checkers game by drawing each checker as strokes.