Package main.boundary

Class UIEntry

java.lang.Object
main.boundary.UIEntry

public class UIEntry extends Object
This class is the entry point of the application.
  • Constructor Details

    • UIEntry

      public UIEntry()
  • Method Details

    • firstStart

      private static boolean firstStart()
      Checks if the application is being run for the first time.
      Returns:
      true if the application is being run for the first time, false otherwise.
    • start

      public static void start()
      Starts the application. If the application is being run for the first time, it loads the default users and projects. Then it displays the welcome page.