Searched refs:okButton (Results 1 – 12 of 12) sorted by relevance
43 pmButton okButton = null; field in pmMessageDialog111 okButton = new pmButton( in pmMessageDialog()113 okButton.setMnemonic( in pmMessageDialog()115 okButton.addActionListener(new ActionListener() { in pmMessageDialog()131 p.add(okButton); in pmMessageDialog()156 okButton.setAsDefaultButton(); in pmMessageDialog()159 okButton.grabFocus(); in pmMessageDialog()
99 okButton.setAsDefaultButton(); in pmOKCancelDialog()100 okButton.requestFocus(); in pmOKCancelDialog()136 okButton = new pmButton( in buttonPanel()138 okButton.setMnemonic( in buttonPanel()161 okButton.addActionListener(new ActionListener() { in buttonPanel()183 panel.add(okButton, c); in buttonPanel()238 pmButton okButton = null; field in pmOKCancelDialog
54 pmButton okButton; field in pmButtonScreen75 okButton = new pmButton( in southPanel()77 okButton.setMnemonic( in southPanel()100 okButton.addActionListener(new ButtonListener(OK)); in southPanel()108 south.add(okButton, c); in southPanel()
45 pmButton okButton = null; field in pmFindFrame128 okButton = new pmButton( in pmFindFrame()130 okButton.setMnemonic( in pmFindFrame()132 okButton.addActionListener(new ActionListener() { in pmFindFrame()137 thePanel.add(okButton, c); in pmFindFrame()185 okButton.setAsDefaultButton(); in pmFindFrame()
45 pmButton okButton = null; field in pmLogDisplay98 okButton = new pmButton( in pmLogDisplay()100 okButton.setMnemonic( in pmLogDisplay()102 p.add(okButton); in pmLogDisplay()137 okButton.addActionListener(new ActionListener() { in pmLogDisplay()159 okButton.setAsDefaultButton(); in pmLogDisplay()
50 pmButton okButton = null; field in pmOther126 okButton = new pmButton( in pmOther()128 okButton.setMnemonic( in pmOther()130 thePanel.add(okButton, c); in pmOther()131 okButton.addActionListener(new ActionListener() { in pmOther()175 okButton.setAsDefaultButton(); in pmOther()
56 pmButton okButton = null; field in pmLoad143 okButton = new pmButton( in southPanel()145 okButton.setMnemonic( in southPanel()163 okButton.addActionListener(new ButtonListener(OK)); in southPanel()169 south.add(okButton, c); in southPanel()264 okButton.setAsDefaultButton(); in Show()
113 protected pmButton okButton = null; field in pmAuthLogin200 okButton = new pmButton( in pmAuthLogin()202 okButton.setMnemonic( in pmAuthLogin()204 okButton.addActionListener(new ActionListener() { in pmAuthLogin()209 thePanel.add(okButton, c); in pmAuthLogin()245 okButton.setAsDefaultButton(); in pmAuthLogin()
51 protected pmButton okButton = null; field in pmLogin247 okButton = new pmButton( in pmLogin()249 okButton.setMnemonic( in pmLogin()251 okButton.addActionListener(new ActionListener() { in pmLogin()256 thePanel.add(okButton, c); in pmLogin()307 okButton.setAsDefaultButton(); in pmLogin()
513 okButton.setAsDefaultButton(); in Show()
2185 okButton.setAsDefaultButton(); in Show()
44 private VJButton okButton; field in VJErrorDialog84 okButton = new VJButton(Global.getMsg( in init()88 gb.setConstraints(add(okButton), c); in init()92 if (evt.target == okButton) { in action()