/[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.13.2.7 by gnu_andrew, Fri May 20 18:20:57 2005 UTC revision 1.13.2.8 by gnu_andrew, Fri May 27 00:01:45 2005 UTC
# Line 911  public abstract class BasicLookAndFeel e Line 911  public abstract class BasicLookAndFeel e
911            },            },
912        "TextPane.margin", new InsetsUIResource(3, 3, 3, 3),        "TextPane.margin", new InsetsUIResource(3, 3, 3, 3),
913        "TextPane.selectionBackground", new ColorUIResource(Color.black),        "TextPane.selectionBackground", new ColorUIResource(Color.black),
914        "TextPane.selectionForeground", new ColorUIResource(Color.white)/*,        "TextPane.selectionForeground", new ColorUIResource(Color.white),
915        "TitledBorder.border", new BorderUIResource.EtchedBorderUIResource(),        "TitledBorder.border", new BorderUIResource.EtchedBorderUIResource(),
916        "TitledBorder.font", new FontUIResource("Dialog", Font.PLAIN, 12),        "TitledBorder.font", new FontUIResource("Dialog", Font.PLAIN, 12),
917        "TitledBorder.titleColor", new ColorUIResource(darkShadow),        "TitledBorder.titleColor", new ColorUIResource(darkShadow),
# Line 1028  public abstract class BasicLookAndFeel e Line 1028  public abstract class BasicLookAndFeel e
1028        "Tree.textForeground", new ColorUIResource(Color.black),        "Tree.textForeground", new ColorUIResource(Color.black),
1029        "Viewport.background", new ColorUIResource(light),        "Viewport.background", new ColorUIResource(light),
1030        "Viewport.foreground", new ColorUIResource(Color.black),        "Viewport.foreground", new ColorUIResource(Color.black),
1031        "Viewport.font", new FontUIResource("Dialog", Font.PLAIN, 12)*/        "Viewport.font", new FontUIResource("Dialog", Font.PLAIN, 12)
1032      };      };
1033      defaults.putDefaults(uiDefaults);      defaults.putDefaults(uiDefaults);
1034    }    }

Legend:
Removed from v.1.13.2.7  
changed lines
  Added in v.1.13.2.8

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