Uses of Class
checkers.model.Board

Packages that use Board
checkers.model   
checkers.view   
 

Uses of Board in checkers.model
 

Methods in checkers.model with parameters of type Board
 void Rules.setBoard(Board theBoard)
          setBoard Sets the board
 

Constructors in checkers.model with parameters of type Board
CheckersGame(Board b)
          Constructor Create the driver, which in turn creates the rest of the system.
 

Uses of Board in checkers.view
 

Constructors in checkers.view with parameters of type Board
CheckerGUI(java.awt.event.ActionListener listener, Board board)
          Constructor, creates the GUI and all its components