Package ballwar.view

Interface Summary
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.
 

Class Summary
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.