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 ComponentUICreates default 400x60 banner for the login panel.protected voidvoidMethods inherited from class 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:
installUIin classComponentUI
-
installDefaults
protected void installDefaults() -
getBanner
Creates default 400x60 banner for the login panel.- Specified by:
getBannerin 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:
-