Uses of Class
org.jdesktop.swingx.JXLoginPane.JXLoginFrame
-
Packages that use JXLoginPane.JXLoginFrame Package Description 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 Modifier and Type Method Description 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)
static JXLoginPane.JXLoginFrame
JXLoginPane. showLoginFrame(JXLoginPane panel)
-