classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] FYI: fix colors in BasicLookAndFeel


From: Roman Kennke
Subject: [cp-patches] FYI: fix colors in BasicLookAndFeel
Date: Fri, 22 Apr 2005 21:42:10 +0200

I committed the attached patch that fixes the colors of the
BasicLookAndFeel. Before it was a mix of Metal colors (which definitly
isn't correct, because BasicLookAndFeel has it's own set of defaults)
and wild guesses.

I have made some tests and found that the BasicLookAndFeel basically
uses a handful of colors (those which I defined at the beginning of the
initSystemColors method) and have tried to assign the UIDefault keys to
the right colors. I have backed this up by a Mauve test (that I will
commit soon) which confirms that I am right here.

2005-04-22  Roman Kennke  <address@hidden>

        * javax/swing/plaf/basic/BasicLookAndFeel.java
        (initSystemColorDefaults): Modified colors to match the
        BasicLookAndFeel in the reference implementation.
        (initComponentDefaults): Likewise.

/Roman

Attachment: BasicLookAndFeel.diff
Description: Text Data


reply via email to

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