Public Member Functions | |
void | run () |
Static Public Member Functions | |
static DrawingArea | addComponentsToPane (Container container) |
static void | setProgressBar (boolean state) |
static MainControlPanel | getMainControlPanel () |
static JFrame | getMainFrame () |
static SimulationMaster | getSimulationMaster () |
This is the main class for the VANet-Simulator which starts the GUI and all other components.
|
inlinestatic |
Function to add the control elements to a container.
container | the container on which to add the elements |
DrawingArea
|
inlinestatic |
Gets the control panel on the right side.
|
inlinestatic |
Gets the initial JFrame
of the application.
JFrame
|
inlinestatic |
Returns the simulation master (for example in order to stop or start simulation).
|
inline |
Thread which creates the GUI.
|
inlinestatic |
Sets the display state of the progress bar.
state | true to display the progress bar, false to disable it |