/[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.40 by trebligd, Wed Aug 24 08:01:00 2005 UTC revision 1.41 by trebligd, Wed Aug 24 09:00:32 2005 UTC
# Line 789  public class MetalLookAndFeel extends Ba Line 789  public class MetalLookAndFeel extends Ba
789        "ProgressBar.background", new ColorUIResource(getControl()),        "ProgressBar.background", new ColorUIResource(getControl()),
790        "ScrollPane.border", new MetalBorders.ScrollPaneBorder(),        "ScrollPane.border", new MetalBorders.ScrollPaneBorder(),
791        "TabbedPane.background", new ColorUIResource(getControl()),        "TabbedPane.background", new ColorUIResource(getControl()),
792          "InternalFrame.border", new MetalBorders.InternalFrameBorder(),
793          "InternalFrame.icon", MetalIconFactory.getInternalFrameDefaultMenuIcon(),
794        "Label.background", new ColorUIResource(getControl()),        "Label.background", new ColorUIResource(getControl()),
795        "Label.font", getControlTextFont(),        "Label.font", getControlTextFont(),
796        "Label.disabledForeground", new ColorUIResource(getControlDisabled()),        "Label.disabledForeground", new ColorUIResource(getControlDisabled()),

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

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