/[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.62 by rabbit78, Wed Sep 28 13:53:57 2005 UTC revision 1.63 by rabbit78, Wed Oct 12 12:14:55 2005 UTC
# Line 1061  public class MetalLookAndFeel extends Ba Line 1061  public class MetalLookAndFeel extends Ba
1061        "Table.focusCellBackground", getWindowBackground(),        "Table.focusCellBackground", getWindowBackground(),
1062        "Table.focusCellForeground", getControlTextColor(),        "Table.focusCellForeground", getControlTextColor(),
1063        "Table.foreground", getControlTextColor(),        "Table.foreground", getControlTextColor(),
1064        "Table.focusCellHighlightBorder", getControlShadow(),        "Table.focusCellHighlightBorder",
1065          new BorderUIResource.LineBorderUIResource(getControlShadow()),
1066        "Table.focusCellBackground", getWindowBackground(),        "Table.focusCellBackground", getWindowBackground(),
1067        "Table.gridColor", getControlDarkShadow(),        "Table.gridColor", getControlDarkShadow(),
1068        "Table.selectionBackground", new ColorUIResource(204, 204, 255),        "Table.selectionBackground", new ColorUIResource(204, 204, 255),

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.63

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