This patch (committed) adds a new entry to the defaults table:
2006-09-12 David Gilbert <[EMAIL PROTECTED]>
* javax/swing/plaf/metal/OceanTheme.java
(addCustomEntriesToTable): Added 'List.focusCellHighlightBorder' entry.
I'll commit a Mauve test for this shortly.
Regards,
Dave
Index: javax/swing/plaf/metal/OceanTheme.java
===================================================================
RCS file: /sources/classpath/classpath/javax/swing/plaf/metal/OceanTheme.java,v
retrieving revision 1.9
diff -u -r1.9 OceanTheme.java
--- javax/swing/plaf/metal/OceanTheme.java 4 May 2006 12:11:50 -0000
1.9
+++ javax/swing/plaf/metal/OceanTheme.java 12 Sep 2006 10:51:46 -0000
@@ -266,6 +266,8 @@
defaults.put("Tree.selectionBorderColor", PRIMARY1);
// Borders.
+ defaults.put("List.focusCellHighlightBorder",
+ new LineBorderUIResource(getPrimary1()));
defaults.put("Table.focusCellHighlightBorder",
new LineBorderUIResource(getPrimary1()));