Am Dienstag, den 20.09.2005, 12:02 +0000 schrieb David Gilbert:
> 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.

Yeah ok, I'll do this and check it in. What about the getTextBorder()
method? I assume it'll be the same here.

BTW, I could not figure out where this method is actually used. The text
components surely have a different border (looks like they inherit their
borders from the BasicLookAndFeel, except for the text fields).

/Roman

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil

_______________________________________________
Classpath-patches mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to