Class LoginWindow

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

public class LoginWindow extends JFrame
LoginWindow is a class that extends JFrame and represents the login window of the application. This window is used to collect the user's Jellyfin instance details such as URL and API key. The class has two constructors, one that initializes a new JellyfinInstanceDetails instance and another that accepts an existing JellyfinInstanceDetails instance. The class also contains a method to initialize the components of the login window.
Author:
Cesar Bianchi
See Also:
  • Constructor Details

    • LoginWindow

      public LoginWindow()
      Constructs a new LoginWindow. This constructor initializes the components of the window.
      Since:
      1.0
    • LoginWindow

      public LoginWindow(JellyfinInstanceDetails instData)
      Constructs a new LoginWindow with the given JellyfinInstanceDetails. This constructor initializes the components of the window and sets the instance data to be used by the LoginWindow.
      Parameters:
      instData - The JellyfinInstanceDetails to be used.
      Since:
      1.0
  • Method Details

    • main

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