Searched defs:hardDriveIcon (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaIcon.java271 private static final SystemIconUIResourceSingleton hardDriveIcon = new SystemIconUIResourceSingleton("hdsk"); field in class:AquaIcon.SystemIcon
272 static IconUIResource getHardDriveIconUIResource() { return hardDriveIcon.get(); }
H A DAquaFileChooserUI.java52 protected Icon hardDriveIcon = null; field in class:AquaFileChooserUI
217 hardDriveIcon = UIManager.getIcon("FileView.hardDriveIcon");
305 hardDriveIcon = null;
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicFileChooserUI.java56 protected Icon hardDriveIcon = null; field in class:BasicFileChooserUI
271 hardDriveIcon = UIManager.getIcon("FileView.hardDriveIcon");
330 hardDriveIcon = null;
1262 icon = hardDriveIcon;

Completed in 31 milliseconds