Public Member Functions | |
RSUPanel () | |
void | receiveMouseEvent (int x, int y) |
void | actionPerformed (ActionEvent e) |
This class represents the control panel for adding Road-Side-Units (RSUs).
|
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) |