/[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.19 by rabbit78, Wed Apr 27 08:31:34 2005 UTC revision 1.20 by rabbit78, Wed Apr 27 10:21:29 2005 UTC
# Line 465  public class MetalLookAndFeel extends Ba Line 465  public class MetalLookAndFeel extends Ba
465      Object[] myDefaults = new Object[] {      Object[] myDefaults = new Object[] {
466        "Button.background", new ColorUIResource(getControl()),        "Button.background", new ColorUIResource(getControl()),
467        "Button.border", MetalBorders.getButtonBorder(),        "Button.border", MetalBorders.getButtonBorder(),
468          "Button.darkShadow", new ColorUIResource(getControlDarkShadow()),
469          "Button.disabledText", new ColorUIResource(getControlDisabled()),
470          "Button.focus", new ColorUIResource(getFocusColor()),
471        "Button.font", getControlTextFont(),        "Button.font", getControlTextFont(),
472          "Button.foreground", new ColorUIResource(getSystemTextColor()),
473          "Button.highlight", new ColorUIResource(getControlHighlight()),
474          "Button.light", new ColorUIResource(getControlHighlight()),
475        "Button.margin", new Insets(2, 14, 2, 14),        "Button.margin", new Insets(2, 14, 2, 14),
476          "Button.select", new ColorUIResource(getPrimaryControlShadow()),
477          "Button.shadow", new ColorUIResource(getPrimaryControlShadow()),
478        "CheckBox.background", new ColorUIResource(getControl()),        "CheckBox.background", new ColorUIResource(getControl()),
479        "CheckBoxMenuItem.background", new ColorUIResource(getControl()),        "CheckBoxMenuItem.background", new ColorUIResource(getControl()),
480        "ToolBar.background", new ColorUIResource(getControl()),        "ToolBar.background", new ColorUIResource(getControl()),
# Line 478  public class MetalLookAndFeel extends Ba Line 486  public class MetalLookAndFeel extends Ba
486        "TabbedPane.background", new ColorUIResource(getControl()),        "TabbedPane.background", new ColorUIResource(getControl()),
487        "Label.background", new ColorUIResource(getControl()),        "Label.background", new ColorUIResource(getControl()),
488        "Label.font", getControlTextFont(),        "Label.font", getControlTextFont(),
489          "Label.disabledForeground", new ColorUIResource(getControlDisabled()),
490          "Label.foreground", new ColorUIResource(getSystemTextColor()),
491        "Menu.background", new ColorUIResource(getControl()),        "Menu.background", new ColorUIResource(getControl()),
492        "Menu.font", getControlTextFont(),        "Menu.font", getControlTextFont(),
493        "MenuBar.background", new ColorUIResource(getControl()),        "MenuBar.background", new ColorUIResource(getControl()),

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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