/[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.17 by mark, Thu Nov 11 17:22:52 2004 UTC revision 1.18 by rabbit78, Tue Feb 22 10:38:42 2005 UTC
# Line 255  public abstract class BasicLookAndFeel e Line 255  public abstract class BasicLookAndFeel e
255        "Button.foreground", new ColorUIResource(Color.black),        "Button.foreground", new ColorUIResource(Color.black),
256        "Button.highlight", new ColorUIResource(Color.white),        "Button.highlight", new ColorUIResource(Color.white),
257        "Button.light", new ColorUIResource(Color.lightGray.brighter()),        "Button.light", new ColorUIResource(Color.lightGray.brighter()),
258        "Button.margin", new InsetsUIResource(2, 14, 2, 14),        "Button.margin", new InsetsUIResource(2, 2, 2, 2),
259        "Button.shadow", new ColorUIResource(Color.gray),        "Button.shadow", new ColorUIResource(Color.gray),
260        "Button.textIconGap", new Integer(4),        "Button.textIconGap", new Integer(4),
261        "Button.textShiftOffset", new Integer(0),        "Button.textShiftOffset", new Integer(0),

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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