Lines Matching refs:viewButton
157 + private javax.swing.JButton viewButton = null;
326 + viewButton.setEnabled(false); // runge/x11vnc
335 + viewButton.setEnabled(true); // runge/x11vnc
534 + * This method initializes viewButton
539 + if (viewButton == null) {
540 + viewButton = new javax.swing.JButton();
541 + viewButton.setBounds(15, 200, 107, 25);
542 + viewButton.setText("View File");
543 + viewButton.setName("viewButton");
544 + viewButton.addActionListener(this);
546 + return viewButton;
763 + else if (evt.getSource() == viewButton)
880 + viewButton = null;