| | |
| | | 500, 300)); |
| | | getRootPane().setDefaultButton(shutDownButton); |
| | | pack(); |
| | | Utils.centerOnComponent(this, parent); |
| | | Utilities.centerOnComponent(this, parent); |
| | | tfPwd.requestFocusInWindow(); |
| | | setVisible(true); |
| | | } |
| | |
| | | */ |
| | | private void displayError(String msg, String title) |
| | | { |
| | | Utils.displayError(parent, msg, title); |
| | | Utilities.displayError(parent, msg, title); |
| | | } |
| | | |
| | | /** |
| | |
| | | */ |
| | | private void displayInformationMessage(String msg, String title) |
| | | { |
| | | Utils.displayInformationMessage(parent, msg, title); |
| | | Utilities.displayInformationMessage(parent, msg, title); |
| | | } |
| | | |
| | | /** |