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

/openjdk9/jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsFileChooserUI.java71 private WindowsPlacesBar placesBar; field in class:WindowsFileChooserUI
235 if (placesBar != null) {
236 d.width = Math.max(d.width, placesBar.getWidth());
506 if (placesBar == null && !UIManager.getBoolean("FileChooser.noPlacesBar")) {
507 placesBar = new WindowsPlacesBar(fc, XPStyle.getXP() != null);
508 fc.add(placesBar, BorderLayout.BEFORE_LINE_BEGINS);
509 fc.addPropertyChangeListener(placesBar);
512 if (placesBar != null) {
513 fc.remove(placesBar);
514 fc.removePropertyChangeListener(placesBar);
[all...]

Completed in 41 milliseconds