classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] FYI: BasicLookAndFeel.initComponentDefaults


From: David Gilbert
Subject: [cp-patches] FYI: BasicLookAndFeel.initComponentDefaults
Date: Fri, 02 Sep 2005 10:22:53 +0000
User-agent: Mozilla Thunderbird 1.0.6 (X11/20050728)

I committed this patch:

2005-09-02  David Gilbert  <address@hidden>

        * javax/swing/plaf/basic/BasicLookAndFeel.java
        (initComponentDefaults): set correct value for
        'InternalFrame.titleFont'.

Regards,

Dave
Index: javax/swing/plaf/basic/BasicLookAndFeel.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/javax/swing/plaf/basic/BasicLookAndFeel.java,v
retrieving revision 1.49
diff -u -r1.49 BasicLookAndFeel.java
--- javax/swing/plaf/basic/BasicLookAndFeel.java        26 Aug 2005 18:17:57 
-0000      1.49
+++ javax/swing/plaf/basic/BasicLookAndFeel.java        2 Sep 2005 09:12:55 
-0000
@@ -517,7 +517,7 @@
       new ColorUIResource(Color.lightGray),
       "InternalFrame.maximizeIcon", BasicIconFactory.createEmptyFrameIcon(),
       "InternalFrame.minimizeIcon", BasicIconFactory.createEmptyFrameIcon(),
-      "InternalFrame.titleFont", new FontUIResource("Dialog", Font.PLAIN, 12),
+      "InternalFrame.titleFont", new FontUIResource("Dialog", Font.BOLD, 12),
       "InternalFrame.windowBindings", new Object[] {
         "shift ESCAPE", "showSystemMenu",
         "ctrl SPACE",  "showSystemMenu",

reply via email to

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