< prev index next >

src/java.desktop/share/classes/sun/awt/SunToolkit.java

Print this page

        

@@ -1790,10 +1790,11 @@
         }
     }
 
 
     public abstract boolean isDesktopSupported();
+    public abstract boolean isTaskbarSupported();
 
     /*
      * consumeNextKeyTyped() method is not currently used,
      * however Swing could use it in the future.
      */
< prev index next >