Package com.project
Class Main
java.lang.Object
com.project.Main
The
Main
class is the entry point for the Student-Course Registration System.
It displays a banner using JFiglet and initializes the system menu.- Version:
- 1.0.0
- Author:
- Anurag Zete
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Main
public Main()
-
-
Method Details
-
main
The main method that starts the application. It displays a banner with the system's name and initializes the menu.- Parameters:
args
- The command-line arguments (not used).
-