| javax.swing.JDialog jimm.datavision.gui.sql.DbPasswordDialog
FIELD_COLUMNS | final protected static int FIELD_COLUMNS(Code) | | |
DbPasswordDialog | public DbPasswordDialog(Frame parent, String dbName, String userName)(Code) | | Constructor.
Parameters: parent - frame with which this dialog should be associated Parameters: dbName - database name Parameters: userName - database user name |
actionPerformed | public void actionPerformed(ActionEvent e)(Code) | | Handles the buttons.
Parameters: e - action event |
getPassword | public String getPassword()(Code) | | Returns password (or null if user hit Cancel).
password (or null if user cancelled) |
getUserName | public String getUserName()(Code) | | Returns username (or null if user hit Cancel).
username (or null if user cancelled) |
|
|