< prev index next >

src/java.desktop/share/classes/sun/awt/shell/ShellFolder.java

Print this page

        

@@ -197,10 +197,17 @@
      */
     public Image getIcon(boolean getLargeIcon) {
         return null;
     }
 
+    /**
+     * @param size size of the icon > 0
+     * @return The icon of the specified size used to display this shell folder
+     */
+    public Image getIcon(int size) {
+        return null;
+    }
 
     // Static
 
     private static final ShellFolderManager shellFolderManager;
 
< prev index next >