org.jivesoftware
Class LoginDialog

java.lang.Object
  extended by org.jivesoftware.LoginDialog

public final class LoginDialog
extends java.lang.Object

Dialog to log in a user into the Spark Server. The LoginDialog is used only for login in registered users into the Spark Server.


Nested Class Summary
 class LoginDialog.GrayBackgroundPanel
           
 class LoginDialog.ImagePanel
           
 
Constructor Summary
LoginDialog()
          Empty Constructor
 
Method Summary
 void invoke(javax.swing.JFrame parentFrame)
          Invokes the LoginDialog to be visible.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginDialog

public LoginDialog()
Empty Constructor

Method Detail

invoke

public void invoke(javax.swing.JFrame parentFrame)
Invokes the LoginDialog to be visible.

Parameters:
parentFrame - the parentFrame of the Login Dialog. This is used for correct parenting.