Home
last modified time | relevance | path

Searched refs:viewButton (Results 1 – 2 of 2) sorted by relevance

/external/libvncserver/webclients/java-applet/ssl/
Dultravnc-102-JavaViewer-ssl-etc.patch157 + 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);
[all …]
/external/proguard/src/proguard/gui/
DProGuardGUI.java537 JButton viewButton = new JButton(msg("viewConfiguration")); in ProGuardGUI() local
538 viewButton.addActionListener(new MyViewConfigurationActionListener()); in ProGuardGUI()
628 …processPanel .add(tip(viewButton, "viewConfigurationTip"), bottomButtonConstrai… in ProGuardGUI()