src/solaris/classes/sun/awt/X11/XContentWindow.java

Print this page

        

@@ -113,11 +113,11 @@
             Rectangle newBounds = dims.getBounds();
             Insets in = dims.getInsets();
             if (in != null) {
                 newBounds.setLocation(-in.left, -in.top);
             }
-            if (insLog.isLoggable(PlatformLogger.FINE)) {
+            if (insLog.isLoggable(PlatformLogger.Level.FINE)) {
                 insLog.fine("Setting content bounds {0}, old bounds {1}",
                             newBounds, getBounds());
             }
             // Fix for 5023533:
             // Change in the size of the content window means, well, change of the size