Searched defs:getSystemIcon (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/filechooser/
H A DFileSystemView.java230 public Icon getSystemIcon(File f) { method in class:FileSystemView
/openjdk7/jdk/src/windows/classes/sun/awt/shell/
H A DWin32ShellFolder2.java916 private static native long getSystemIcon(int iconID); method in class:Win32ShellFolder2
1017 static Image getSystemIcon(SystemIcon iconType) { method in class:Win32ShellFolder2
1018 long hIcon = getSystemIcon(iconType.getIconID());

Completed in 35 milliseconds