/[classpath]/classpath/javax/swing/plaf/basic/BasicLookAndFeel.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/basic/BasicLookAndFeel.java

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

revision 1.24 by mark, Sat Jul 2 20:32:50 2005 UTC revision 1.25 by rabbit78, Fri Jul 8 10:35:35 2005 UTC
# Line 826  public abstract class BasicLookAndFeel e Line 826  public abstract class BasicLookAndFeel e
826        "Table.focusCellBackground", new ColorUIResource(light),        "Table.focusCellBackground", new ColorUIResource(light),
827        "Table.focusCellForeground", new ColorUIResource(darkShadow),        "Table.focusCellForeground", new ColorUIResource(darkShadow),
828        "Table.focusCellHighlightBorder",        "Table.focusCellHighlightBorder",
829        new BorderUIResource.LineBorderUIResource(Color.white),        new BorderUIResource.LineBorderUIResource(
830                                                 new ColorUIResource(255, 255, 0)),
831        "Table.font", new FontUIResource("Dialog", Font.PLAIN, 12),        "Table.font", new FontUIResource("Dialog", Font.PLAIN, 12),
832        "Table.foreground", new ColorUIResource(darkShadow),        "Table.foreground", new ColorUIResource(darkShadow),
833        "Table.gridColor", new ColorUIResource(Color.gray),        "Table.gridColor", new ColorUIResource(Color.gray),

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

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