/[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.66 by trebligd, Mon Oct 17 10:02:52 2005 UTC revision 1.67 by trebligd, Wed Oct 19 14:54:55 2005 UTC
# Line 781  public class MetalLookAndFeel extends Ba Line 781  public class MetalLookAndFeel extends Ba
781        "Button.foreground", getControlTextColor(),        "Button.foreground", getControlTextColor(),
782        "Button.highlight", getControlHighlight(),        "Button.highlight", getControlHighlight(),
783        "Button.light", getControlHighlight(),        "Button.light", getControlHighlight(),
784        "Button.margin", new Insets(2, 14, 2, 14),        "Button.margin", new InsetsUIResource(2, 14, 2, 14),
785        "Button.select", getControlShadow(),        "Button.select", getControlShadow(),
786        "Button.shadow", getControlShadow(),        "Button.shadow", getControlShadow(),
787    

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67

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