All Packages Class Hierarchy This Package Previous Next Index
Class tc.application.PasswordDialog
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Dialog
|
+----tc.application.PasswordDialog
- public class PasswordDialog
- extends Dialog
PasswordDialog is a modal dialog for asking the user name and password.
- Version:
- 0.30, 1998/04/01
- Author:
- FRED development team, Jukka Viljamaa, Antti Viljamaa
-
buttonPanel
-
-
cancelButton
-
-
gridBagLayout
-
-
okayButton
-
-
okayPushed
-
-
password
-
-
passwordLabel
-
-
username
-
-
usernameLabel
-
-
PasswordDialog(Frame)
-
-
cancelButton_actionPerformed(ActionEvent)
-
-
getPassword()
-
-
getUsername()
-
-
isOkayPushed()
-
-
jbInit()
-
-
okayButton_actionPerformed(ActionEvent)
-
-
setOkayPushed(boolean)
-
-
windowClosing(WindowEvent)
-
gridBagLayout
private GridBagLayout gridBagLayout
buttonPanel
private BevelPanel buttonPanel
username
private TextField username
password
private TextField password
usernameLabel
private LabelControl usernameLabel
passwordLabel
private LabelControl passwordLabel
okayButton
private Button okayButton
cancelButton
private Button cancelButton
okayPushed
private boolean okayPushed
PasswordDialog
public PasswordDialog(Frame frame)
jbInit
public void jbInit() throws Exception
isOkayPushed
public boolean isOkayPushed()
getUsername
public String getUsername()
getPassword
public byte[] getPassword()
setOkayPushed
private void setOkayPushed(boolean flag)
okayButton_actionPerformed
void okayButton_actionPerformed(ActionEvent e)
cancelButton_actionPerformed
void cancelButton_actionPerformed(ActionEvent e)
windowClosing
void windowClosing(WindowEvent e)
All Packages Class Hierarchy This Package Previous Next Index