Class Summary |
Board |
Provides the field to play (20x20); extends JPanel, to be used within the view. |
BoardField |
A BoardField object is unsed to simply switch between different wallpapers
(attached to a status) of single fields from the board. |
MouseFieldAdapter |
The MouseFieldAdapter is used to process mouse clicks on BoardFields. |
OptScreen |
|
ScoreBoard |
score board shows the actual ammo-difference and the hits ... extends JPanel to be used within the view. |
View |
|
ViewTest |
used to test some features; debugging only. |