Class RunApp

java.lang.Object
net.regsirius06.engine.tasks.RunApp

public class RunApp extends Object
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 Details

    • RunApp

      public RunApp()
  • Method Details

    • main

      public static void main(String[] args)
      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)