/[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.54 by rabbit78, Mon Sep 12 14:49:52 2005 UTC revision 1.55 by trebligd, Mon Sep 12 23:04:55 2005 UTC
# Line 824  public class MetalLookAndFeel extends Ba Line 824  public class MetalLookAndFeel extends Ba
824        "DesktopIcon.background", getControl(),        "DesktopIcon.background", getControl(),
825        "DesktopIcon.foreground", getControlTextColor(),        "DesktopIcon.foreground", getControlTextColor(),
826        "DesktopIcon.width", new Integer(160),        "DesktopIcon.width", new Integer(160),
827          "DesktopIcon.border", MetalBorders.getDesktopIconBorder(),
828    
829        "EditorPane.background", getWindowBackground(),        "EditorPane.background", getWindowBackground(),
830        "EditorPane.caretForeground", getUserTextColor(),        "EditorPane.caretForeground", getUserTextColor(),
# Line 860  public class MetalLookAndFeel extends Ba Line 861  public class MetalLookAndFeel extends Ba
861          MetalIconFactory.getInternalFrameMaximizeIcon(16),          MetalIconFactory.getInternalFrameMaximizeIcon(16),
862        "InternalFrame.iconifyIcon",        "InternalFrame.iconifyIcon",
863          MetalIconFactory.getInternalFrameMinimizeIcon(16),          MetalIconFactory.getInternalFrameMinimizeIcon(16),
864          "InternalFrame.paletteBorder", new MetalBorders.PaletteBorder(),
865          "InternalFrame.paletteCloseIcon", new MetalIconFactory.PaletteCloseIcon(),
866          "InternalFrame.paletteTitleHeight", new Integer(11),
867    
868        "Label.background", getControl(),        "Label.background", getControl(),
869        "Label.disabledForeground", getInactiveSystemTextColor(),        "Label.disabledForeground", getInactiveSystemTextColor(),

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55

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