| javax.swing.JDialog org.underworldlabs.swing.PasswordDialog
PasswordDialog | public class PasswordDialog extends JDialog (Code) | | author: Takis Diakoumis version: $Revision: 1.4 $ |
Field Summary | |
final public static int | CANCEL | final public static int | OK |
Constructor Summary | |
public | PasswordDialog(Frame owner, String title, String message) Constructs a new instance with the specified owner,
title and message. |
CANCEL | final public static int CANCEL(Code) | | |
OK | final public static int OK(Code) | | |
PasswordDialog | public PasswordDialog(Frame owner, String title, String message)(Code) | | Constructs a new instance with the specified owner,
title and message.
Parameters: the - dialog owner Parameters: the - dialog title Parameters: the - dialog message displayed |
getResult | public int getResult()(Code) | | |
|
|