Package main

Class Main

java.lang.Object
main.Main

public class Main extends Object
The Main class is the entry point of the program.
  • Constructor Details

    • Main

      public Main()
  • Method Details

    • main

      public static void main(String[] args)
      The main method is the entry point of the program. It initializes the UI and starts the program by invoking the start method of the UIEntry class.
      Parameters:
      args - The command line arguments passed to the program (not used in this implementation).