Package org.jdesktop.swingx.plaf.basic
Class BasicLoginPaneUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.PanelUI
org.jdesktop.swingx.plaf.LoginPaneUI
org.jdesktop.swingx.plaf.basic.BasicLoginPaneUI
Base implementation of the
JXLoginPane
UI.-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of BasicLoginDialogUI -
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentUI
Creates default 400x60 banner for the login panel.protected void
void
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, paint, uninstallUI, update
-
Field Details
-
dlg
-
-
Constructor Details
-
BasicLoginPaneUI
Creates a new instance of BasicLoginDialogUI
-
-
Method Details
-
createUI
-
installUI
- Overrides:
installUI
in classComponentUI
-
installDefaults
protected void installDefaults() -
getBanner
Creates default 400x60 banner for the login panel.- Specified by:
getBanner
in classLoginPaneUI
- Returns:
- The Image to use as the banner for the JXLoginPane. If this method returns null, then no banner will be shown.
- See Also:
-