< prev index next >

src/java.desktop/share/classes/java/awt/Toolkit.java

Print this page

        

@@ -1386,14 +1386,12 @@
         });
 
         // ensure that the proper libraries are loaded
         loadLibraries();
         initAssistiveTechnologies();
-        if (!GraphicsEnvironment.isHeadless()) {
             initIDs();
         }
-    }
 
     /**
      * Gets a property with the specified key and default.
      * This method returns defaultValue if the property is not found.
      *
< prev index next >