Package app
Class Main
java.lang.Object
app.Main
The main class representing the entry point of the UI application.
Manages terminal screens, displays animated title sequences, and handles user interface components.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Main
public Main()
-
-
Method Details
-
main
The main method responsible for initializing the application and managing user interface components.- Parameters:
args- The command line arguments (unused in this context).
-