Lines Matching refs:refreshButton
33 - refreshButton = new Button("Refresh");
34 - refreshButton.setEnabled(false);
35 - add(refreshButton);
36 - refreshButton.addActionListener(this);
54 + refreshButton = new Button("Refresh");
55 + refreshButton.setEnabled(false);
56 + add(refreshButton);
57 + refreshButton.addActionListener(this);
69 refreshButton.setEnabled(true);
87 refreshButton.setEnabled(false);
158 + private javax.swing.JButton refreshButton = null;
327 + refreshButton.setEnabled(false);
336 + refreshButton.setEnabled(true);
519 + * This method initializes refreshButton
524 + if (refreshButton == null) {
525 + refreshButton = new javax.swing.JButton();
526 + refreshButton.setBounds(15, 170, 107, 25);
527 + refreshButton.setText("Refresh");
528 + refreshButton.setName("refreshButton");
529 + refreshButton.addActionListener(this);
531 + return refreshButton;
799 + else if(evt.getSource() == refreshButton)
881 + refreshButton = null;
1513 + JButton refreshButton;
1545 + refreshButton = new JButton();
1546 + refreshButton.setText("Reload");
1547 + refreshButton.setName("refreshButton");
1548 + refreshButton.addActionListener(this);
1557 + buttons.add(refreshButton, BorderLayout.WEST);
1622 + if (evt.getSource() == refreshButton) {