Package passwordmanagergui
Class App
java.lang.Object
passwordmanagergui.App
Application entry point that initializes and launches the GUI
- Since:
- 2024-01-31
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidMethod initializing managerstatic voidMethod that createsMainWindowstatic voidThe method is the entry point to the application, initializes the manager and creates theMainWindow
-
Constructor Details
-
App
public App()
-
-
Method Details
-
main
The method is the entry point to the application, initializes the manager and creates theMainWindow- 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 createsMainWindow
-