Home
last modified time | relevance | path

Searched refs:browseButton (Results 1 - 1 of 1) sorted by relevance

/third_party/backends/japi/
H A DJscanimage.java84 private JButton browseButton; // For choosing output filename. field in Jscanimage
390 browseButton = new JButton("Browse"); in initOutputPanel()
391 browseButton.addActionListener(this); in initOutputPanel()
392 panel.add(browseButton, c); in initOutputPanel()
572 else if (e.getSource() == browseButton) in actionPerformed()

Completed in 2 milliseconds