Class Main
java.lang.Object
main.Main
The main entry point class for the housing application system.
Initializes necessary controllers and starts the user interface flow.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Main
public Main()
-
-
Method Details
-
main
The main method that serves as the entry point for the application execution. It first initializes the ID generation system by callingIDController.init()to ensure unique IDs can be generated based on existing data. Then, it displays the initial welcome/login screen to the user by callingLoginPage.welcome().- Parameters:
args- Command line arguments (not used in this application).
-