Package ui.login

Class LoginUI

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class LoginUI extends JFrame
Represents the login user interface.
See Also:
  • Constructor Details

    • LoginUI

      public LoginUI(AuthenticationLogic authLogic)
      Creates a new login user interface.
      Parameters:
      authLogic - the authentication logic
  • Method Details

    • main

      public static void main(String[] args)
      Launch the application.
      Parameters:
      args - the command line arguments