Searched refs:viewButton (Results 1 – 2 of 2) sorted by relevance
157 + private javax.swing.JButton viewButton = null;326 + viewButton.setEnabled(false); // runge/x11vnc335 + viewButton.setEnabled(true); // runge/x11vnc534 + * This method initializes viewButton539 + 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);[all …]
537 JButton viewButton = new JButton(msg("viewConfiguration")); in ProGuardGUI() local538 viewButton.addActionListener(new MyViewConfigurationActionListener()); in ProGuardGUI()628 …processPanel .add(tip(viewButton, "viewConfigurationTip"), bottomButtonConstrai… in ProGuardGUI()