/[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.57 by rabbit78, Tue Sep 20 09:32:30 2005 UTC revision 1.58 by langel, Thu Sep 22 15:36:38 2005 UTC
# Line 1045  public class MetalLookAndFeel extends Ba Line 1045  public class MetalLookAndFeel extends Ba
1045        "TabbedPane.tabAreaBackground", getControl(),        "TabbedPane.tabAreaBackground", getControl(),
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", getWindowBackground(),        "Table.background", new ColorUIResource(204, 204, 204),
1050        "Table.focusCellBackground", getWindowBackground(),        "Table.focusCellBackground", new ColorUIResource(255, 255, 255),
1051        "Table.focusCellForeground", getControlTextColor(),        "Table.focusCellForeground", new ColorUIResource(0, 0, 0),
1052        "Table.foreground", getControlTextColor(),        "Table.foreground", new ColorUIResource(0, 0, 0),
1053        "Table.focusCellHighlightBorder", getControlShadow(),        "Table.focusCellHighlightBorder", new ColorUIResource(153, 153, 204),
1054        "Table.focusCellBackground", getWindowBackground(),        "Table.gridColor", new ColorUIResource(153, 153, 153),
1055        "Table.gridColor", getControlDarkShadow(),        "Table.selectionBackground", new ColorUIResource(204, 204, 255),
1056          "Table.selectionForeground", new ColorUIResource(0, 0, 0),
1057    
1058        "TableHeader.background", getControl(),        "TableHeader.background", getControl(),
1059        "TableHeader.cellBorder", new MetalBorders.TableHeaderBorder(),        "TableHeader.cellBorder", new MetalBorders.TableHeaderBorder(),
1060        "TableHeader.foreground", getControlTextColor(),        "TableHeader.foreground", new ColorUIResource(0, 0, 0),
1061    
1062        "TextArea.background", getWindowBackground(),        "TextArea.background", getWindowBackground(),
1063        "TextArea.caretForeground", getUserTextColor(),        "TextArea.caretForeground", getUserTextColor(),

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

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