Class App
java.lang.Object
real_time_traffic_simulation_with_java.App
The main application class for the Real-Time Traffic Simulation with Java.
It initializes and launches the GUI, sets up logging, and manages the simulation engine.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
App
public App()App constructor
-
-
Method Details
-
main
The main application entry point to launch and run the traffic simulation GUI- Parameters:
args- the command line arguments
-