Searched defs:okButton (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/
H A DGUIErrorDialog.java66 okButton = new javax.swing.JButton();
68 okButton.setAlignmentX (CENTER_ALIGNMENT);
76 okButton.setActionCommand("okButton");
77 okButton.setText("OK");
78 okButton.addActionListener (new ActionListener (){
90 getContentPane().add (okButton);
100 private javax.swing.JButton okButton; field in class:GUIErrorDialog
H A DGUILoginDialog.java128 private JButton okButton; field in class:PassphraseDialog
314 okButton = new
318 okButton.setActionCommand ("ok");
319 okButton.addActionListener (new ActionListener() {
378 gridbag.setConstraints(okButton, c);
379 buttonPanel.add(okButton);
416 private JButton okButton; field in class:CertificateDialog
488 okButton = new JButton(localStrings.getLocalString( "enterprise.security.ok", " OK ")); // XXX I18N
489 okButton.setActionCommand ("ok");
490 okButton
[all...]
/glassfish-3.1.2/verifier/verifier-impl/src/main/java/com/sun/enterprise/tools/verifier/gui/
H A DControlPanel.java149 JButton okButton; field in class:ControlPanel
380 okButton =
397 okButton.getAccessibleContext().setAccessibleName(buttonName);
398 okButton.getAccessibleContext().setAccessibleDescription(buttonDesc);
399 okButton.setMnemonic('O');
492 buttonPanel.add(okButton);

Completed in 961 milliseconds