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

/openjdk7/jdk/src/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());
498 if (placesBar == null && !UIManager.getBoolean("FileChooser.noPlacesBar")) {
499 placesBar = new WindowsPlacesBar(fc, XPStyle.getXP() != null);
500 fc.add(placesBar, BorderLayout.BEFORE_LINE_BEGINS);
501 fc.addPropertyChangeListener(placesBar);
504 if (placesBar != null) {
505 fc.remove(placesBar);
506 fc.removePropertyChangeListener(placesBar);
[all...]

Completed in 55 milliseconds