classpath-patches
[Top][All Lists]
Advanced

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

Re: [cp-patches] FYI: MetalLookAndFeel


From: David Gilbert
Subject: Re: [cp-patches] FYI: MetalLookAndFeel
Date: Tue, 20 Sep 2005 12:02:28 +0000
User-agent: Mozilla Thunderbird 1.0.6 (X11/20050728)

Roman Kennke wrote:

I added some defaults to the MetalLookAndFeel (text field borders).

-      "TextField.border", MetalBorders.getTextFieldBorder(),
+      "TextField.border",
+      new BorderUIResource(MetalBorders.getTextFieldBorder()),

Hi Roman,

When I saw this I wondered if the getTextFieldBorder() method should return a border that already implements UIResource. I added some Mauve tests that confirm that it does, so I think this change should be reverted and getTextFieldBorder() fixed instead.

Regards,

Dave





reply via email to

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