Package app

Class Main


public class Main extends Object
The main class representing the entry point of the UI application. Manages terminal screens, displays animated title sequences, and handles user interface components.
  • Constructor Details

    • Main

      public Main()
  • Method Details

    • main

      public static void main(String[] args)
      The main method responsible for initializing the application and managing user interface components.
      Parameters:
      args - The command line arguments (unused in this context).