/[classpath]/classpath/javax/swing/plaf/metal/MetalLookAndFeel.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/metal/MetalLookAndFeel.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.58 by langel, Thu Sep 22 15:36:38 2005 UTC revision 1.59 by langel, Thu Sep 22 17:31:30 2005 UTC
# Line 1046  public class MetalLookAndFeel extends Ba Line 1046  public class MetalLookAndFeel extends Ba
1046        "TabbedPane.tabAreaInsets", new InsetsUIResource(4, 2, 0, 6),        "TabbedPane.tabAreaInsets", new InsetsUIResource(4, 2, 0, 6),
1047        "TabbedPane.tabInsets", new InsetsUIResource(0, 9, 1, 9),        "TabbedPane.tabInsets", new InsetsUIResource(0, 9, 1, 9),
1048                
1049        "Table.background", new ColorUIResource(204, 204, 204),        "Table.background", getWindowBackground(),
1050        "Table.focusCellBackground", new ColorUIResource(255, 255, 255),        "Table.focusCellBackground", getWindowBackground(),
1051        "Table.focusCellForeground", new ColorUIResource(0, 0, 0),        "Table.focusCellForeground", getControlTextColor(),
1052        "Table.foreground", new ColorUIResource(0, 0, 0),        "Table.foreground", getControlTextColor(),
1053        "Table.focusCellHighlightBorder", new ColorUIResource(153, 153, 204),        "Table.focusCellHighlightBorder", getControlShadow(),
1054        "Table.gridColor", new ColorUIResource(153, 153, 153),        "Table.focusCellBackground", getWindowBackground(),
1055          "Table.gridColor", getControlDarkShadow(),
1056        "Table.selectionBackground", new ColorUIResource(204, 204, 255),        "Table.selectionBackground", new ColorUIResource(204, 204, 255),
1057        "Table.selectionForeground", new ColorUIResource(0, 0, 0),        "Table.selectionForeground", new ColorUIResource(0, 0, 0),
1058    
1059        "TableHeader.background", getControl(),        "TableHeader.background", getControl(),
1060        "TableHeader.cellBorder", new MetalBorders.TableHeaderBorder(),        "TableHeader.cellBorder", new MetalBorders.TableHeaderBorder(),
1061        "TableHeader.foreground", new ColorUIResource(0, 0, 0),        "TableHeader.foreground", getControlTextColor(),
1062    
1063        "TextArea.background", getWindowBackground(),        "TextArea.background", getWindowBackground(),
1064        "TextArea.caretForeground", getUserTextColor(),        "TextArea.caretForeground", getUserTextColor(),

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26