- java.lang.Object
-
- main.CAMS
-
public class CAMS extends java.lang.Object
TheCAMS
class serves as the entry point for the CAMS (Campus Activities Management System) application. It initializes the necessary components, handles user authentication, and launches the appropriate user interface based on the user's role. The application runs in an infinite loop, allowing multiple users to operate it.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
CAMS()
Private constructor to prevent instantiation of the class
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
Entry point for CAMS application.
-