Public Member Functions | |
AttackerPanel () | |
void | receiveMouseEvent (int x, int y) |
void | actionPerformed (ActionEvent e) |
JFormattedTextField | getArsuRadius_ () |
This class represents the control panel for editing attacker settings.
|
inline |
Constructor, creating GUI items.
|
inline |
An implemented ActionListener
which performs all needed actions when a JRadioButton
or JButton
is clicked.
e | an ActionEvent |
|
inline |
Receives a mouse event.
x | the x coordinate (in map scale) |
y | the y coordinate (in map scale) |