src/share/classes/java/awt/Window.java

Print this page

        

*** 3144,3154 **** getDefaultScreenDevice(). getDefaultConfiguration(); } synchronized (getTreeLock()) { super.setGraphicsConfiguration(gc); ! if (log.isLoggable(PlatformLogger.FINER)) { log.finer("+ Window.setGraphicsConfiguration(): new GC is \n+ " + getGraphicsConfiguration_NoClientCode() + "\n+ this is " + this); } } } --- 3144,3154 ---- getDefaultScreenDevice(). getDefaultConfiguration(); } synchronized (getTreeLock()) { super.setGraphicsConfiguration(gc); ! if (log.isLoggable(PlatformLogger.Level.FINER)) { log.finer("+ Window.setGraphicsConfiguration(): new GC is \n+ " + getGraphicsConfiguration_NoClientCode() + "\n+ this is " + this); } } }