Uses of Class
org.jdesktop.swingx.JXLoginPane.JXLoginFrame

Packages that use JXLoginPane.JXLoginFrame
org.jdesktop.swingx Contains extensions to the Swing GUI toolkit, including new and enhanced components that provide functionality commonly required by rich, data-centric client applications. 
 

Uses of JXLoginPane.JXLoginFrame in org.jdesktop.swingx
 

Methods in org.jdesktop.swingx that return JXLoginPane.JXLoginFrame
static JXLoginPane.JXLoginFrame JXLoginPane.showLoginFrame(JXLoginPane panel)
           
static JXLoginPane.JXLoginFrame JXLoginPane.showLoginFrame(LoginService svc)
          Shows a login frame.
static JXLoginPane.JXLoginFrame JXLoginPane.showLoginFrame(LoginService svc, PasswordStore ps, UserNameStore us)
           
static JXLoginPane.JXLoginFrame JXLoginPane.showLoginFrame(LoginService svc, PasswordStore ps, UserNameStore us, List<String> servers)