H A D | GUILoginDialog.java | 127 private JFrame frame; field in class:PassphraseDialog 151 * Create a dialog box with a frame and title. 153 * @param frame The parent frame. 156 protected PassphraseDialog (JFrame frame, String title) { argument 157 super(frame, title, true); 158 this.frame = frame; 164 * Create a dialog box with a frame and title. 166 * @param frame Th 169 PassphraseDialog(JFrame frame, String title, Callback[] callbacks) argument 415 private JFrame frame; field in class:CertificateDialog 429 CertificateDialog(JFrame frame, String title) argument [all...] |