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

/openjdk7/jdk/src/share/demo/jfc/FileChooserDemo/
H A DFileChooserDemo.java128 private JCheckBox useFileSystemViewCheckBox; field in class:FileChooserDemo
248 useFileSystemViewCheckBox = new JCheckBox("Use FileSystemView", false);
249 useFileSystemViewCheckBox.addActionListener(optionListener);
356 control3.add(useFileSystemViewCheckBox);
695 } else if (c == useFileSystemViewCheckBox) {

Completed in 39 milliseconds