Class Main

java.lang.Object
main.Main

public class Main extends Object
The main entry point class for the housing application system. Initializes necessary controllers and starts the user interface flow.
  • Constructor Details

    • Main

      public Main()
  • Method Details

    • main

      public static void main(String[] args)
      The main method that serves as the entry point for the application execution. It first initializes the ID generation system by calling IDController.init() to ensure unique IDs can be generated based on existing data. Then, it displays the initial welcome/login screen to the user by calling LoginPage.welcome().
      Parameters:
      args - Command line arguments (not used in this application).