Package main
Class Main
java.lang.Object
main.Main
The Main class is the entry point of the program.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Main
public Main()
-
-
Method Details
-
main
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).
-