Uses of Package
game

Packages that use game
game The main class of this package is Board, which represents a checkerboard for any kind of checkerboard game -- checkers, chess, etc. 
game.checkers Classes for the game of checkers (also called draughts). 
ui User interface classes for checkers games. 
 

Classes in game used by game
Board
          Board represents the state of a checkerboard.
BoardListener
          BoardListener is an interface for observers of changes to a Board.
Piece
          Piece represents an immutable playing piece on a board.
PieceLocation
          PieceLocation represents a Piece in a particular square on a particular board.
 

Classes in game used by game.checkers
Piece
          Piece represents an immutable playing piece on a board.
 

Classes in game used by ui
Board
          Board represents the state of a checkerboard.