Andreas Tobler pointed out that I accidentally left some debug code in
SwingUtilities. I removed that.

2005-09-23  Roman Kennke  <[EMAIL PROTECTED]>

        * javax/swing/SwingUtilities.java
        (layoutCompoundLabel): Removed debug code.

/Roman
Index: javax/swing/SwingUtilities.java
===================================================================
RCS file: /cvsroot/classpath/classpath/javax/swing/SwingUtilities.java,v
retrieving revision 1.36
diff -u -r1.36 SwingUtilities.java
--- javax/swing/SwingUtilities.java	23 Sep 2005 08:53:56 -0000	1.36
+++ javax/swing/SwingUtilities.java	23 Sep 2005 20:29:44 -0000
@@ -891,8 +891,6 @@
         textR.y = (horizontalTextPosition == CENTER
                    ? iconR.height + textIconGap 
                    : Math.max(iconR.height - textR.height, 0));
-        System.err.println("iconR.height: " + iconR.height);
-        System.err.println("textR.height: " + textR.height);
         break;
       case CENTER:
         int centerLine = Math.max(textR.height, iconR.height) / 2;
_______________________________________________
Classpath-patches mailing list
Classpath-patches@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to