Class App

java.lang.Object
passwordmanagergui.App

public class App extends Object
Application entry point that initializes and launches the GUI
Since:
2024-01-31
See Also:
  • Constructor Details

    • App

      public App()
  • Method Details

    • main

      public static void main(String[] args)
      The method is the entry point to the application, initializes the manager and creates the MainWindow
      Parameters:
      args - array of arguments with which the application was launched
    • initializePasswordManager

      public static void initializePasswordManager()
      Method initializing manager
    • launchApp

      public static void launchApp()
      Method that creates MainWindow