org.jdesktop.swingx.plaf.basic
Class BasicLoginPanelUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.PanelUI
org.jdesktop.swingx.plaf.LoginPanelUI
org.jdesktop.swingx.plaf.basic.BasicLoginPanelUI
public class BasicLoginPanelUI
- extends LoginPanelUI
Base implementation of the JXLoginPanel
UI.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicLoginPanelUI
public BasicLoginPanelUI(JXLoginPanel dlg)
- Creates a new instance of BasicLoginDialogUI
createUI
public static ComponentUI createUI(JComponent c)
getBanner
public Image getBanner()
- Specified by:
getBanner
in class LoginPanelUI
- Returns:
- The Image to use as the banner for the JXLoginPanel. If
this method returns null, then no banner will be shown.