Class BasicLoginPaneUI


public class BasicLoginPaneUI extends LoginPaneUI
Base implementation of the JXLoginPane UI.
  • Field Details

  • Constructor Details

    • BasicLoginPaneUI

      public BasicLoginPaneUI(JXLoginPane dlg)
      Creates a new instance of BasicLoginDialogUI
  • Method Details

    • createUI

      public static ComponentUI createUI(JComponent c)
    • installUI

      public void installUI(JComponent c)
      Overrides:
      installUI in class ComponentUI
    • installDefaults

      protected void installDefaults()
    • getBanner

      public Image getBanner()
      Creates default 400x60 banner for the login panel.
      Specified by:
      getBanner in class LoginPaneUI
      Returns:
      The Image to use as the banner for the JXLoginPane. If this method returns null, then no banner will be shown.
      See Also: