classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: javax.swing.plaf.basic.BasicLookAndFeel fixlet


From: Roman Kennke
Subject: [cp-patches] FYI: javax.swing.plaf.basic.BasicLookAndFeel fixlet
Date: Mon, 23 May 2005 11:37:04 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021204

2005-05-23  Roman Kennke  <address@hidden>

       * javax/swing/plaf/basic/BasicLookAndFeel.java
       (initComponentDefaults): Uncommented code that has accidentally
       been commented out.

/Roman

Index: javax/swing/plaf/basic/BasicLookAndFeel.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/javax/swing/plaf/basic/BasicLookAndFeel.java,v
retrieving revision 1.22
diff -u -r1.22 BasicLookAndFeel.java
--- javax/swing/plaf/basic/BasicLookAndFeel.java        19 May 2005 11:27:27 
-0000      1.22
+++ javax/swing/plaf/basic/BasicLookAndFeel.java        23 May 2005 09:33:52 
-0000
@@ -911,7 +911,7 @@
           },
       "TextPane.margin", new InsetsUIResource(3, 3, 3, 3),
       "TextPane.selectionBackground", new ColorUIResource(Color.black),
-      "TextPane.selectionForeground", new ColorUIResource(Color.white)/*,
+      "TextPane.selectionForeground", new ColorUIResource(Color.white),
       "TitledBorder.border", new BorderUIResource.EtchedBorderUIResource(),
       "TitledBorder.font", new FontUIResource("Dialog", Font.PLAIN, 12),
       "TitledBorder.titleColor", new ColorUIResource(darkShadow),
@@ -1028,7 +1028,7 @@
       "Tree.textForeground", new ColorUIResource(Color.black),
       "Viewport.background", new ColorUIResource(light),
       "Viewport.foreground", new ColorUIResource(Color.black),
-      "Viewport.font", new FontUIResource("Dialog", Font.PLAIN, 12)*/
+      "Viewport.font", new FontUIResource("Dialog", Font.PLAIN, 12)
     };
     defaults.putDefaults(uiDefaults);
   }

reply via email to

[Prev in Thread] Current Thread [Next in Thread]