Uses of Package
ballwar.view

Packages that use ballwar.view
ballwar.controller   
ballwar.view   
 

Classes in ballwar.view used by ballwar.controller
BallGUI
          A subclass of JFrame containing the various GUI components specified in the program behavior specification.
OptionPanel
          A generic JComponent for the GUI used to select from a drop-list of possible options.
 

Classes in ballwar.view used by ballwar.view
IBallCreateAdapter
          Interface that represents the ball creattion capabilities of the model offered to the view.
IBallCtrlAdapter
          Interface to the model from the view that is used to control the balls once they are already created.
IGameCtrlAdapter
          Interface to the model that the view uses to control the game itself.