Package net.regsirius06.engine.tasks
Class RunApp
java.lang.Object
net.regsirius06.engine.tasks.RunApp
The entry point for launching the application.
This class contains the
main(String[]) method, which serves as the starting point
for running the application.
Upon execution, the main(String[]) method opens the main menu of the application
by invoking the MainMenu.open() method.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RunApp
public RunApp()
-
-
Method Details
-
main
The main method that is executed when the application is launched. It triggers the opening of the main menu of the application.- Parameters:
args- command-line arguments passed to the application (not used in this case)
-