Package com.project

Class Main

java.lang.Object
com.project.Main

public class Main extends Object
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 Details

    • Main

      public Main()
  • Method Details

    • main

      public static void main(String[] args)
      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).