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



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

Reply via email to