/[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.66 by rabbit78, Wed Nov 2 12:11:00 2005 UTC revision 1.67 by rabbit78, Mon Nov 14 12:37:07 2005 UTC
# Line 707  public abstract class BasicLookAndFeel e Line 707  public abstract class BasicLookAndFeel e
707        "PopupMenu.border", new BorderUIResource.BevelBorderUIResource(0),        "PopupMenu.border", new BorderUIResource.BevelBorderUIResource(0),
708        "PopupMenu.font", new FontUIResource("Dialog", Font.PLAIN, 12),        "PopupMenu.font", new FontUIResource("Dialog", Font.PLAIN, 12),
709        "PopupMenu.foreground", new ColorUIResource(darkShadow),        "PopupMenu.foreground", new ColorUIResource(darkShadow),
710        "ProgressBar.background", new ColorUIResource(light),        "ProgressBar.background", new ColorUIResource(Color.LIGHT_GRAY),
711        "ProgressBar.border", new BorderUIResource.LineBorderUIResource(Color.darkGray),        "ProgressBar.border",
712          new BorderUIResource.LineBorderUIResource(Color.GREEN, 2),
713        "ProgressBar.cellLength", new Integer(1),        "ProgressBar.cellLength", new Integer(1),
714        "ProgressBar.cellSpacing", new Integer(0),        "ProgressBar.cellSpacing", new Integer(0),
715        "ProgressBar.font", new FontUIResource("Dialog", Font.PLAIN, 12),        "ProgressBar.font", new FontUIResource("Dialog", Font.PLAIN, 12),
716        "ProgressBar.foreground", new ColorUIResource(Color.black),        "ProgressBar.foreground", new ColorUIResource(0, 0, 128),
717        "ProgressBar.selectionBackground", new ColorUIResource(Color.black),        "ProgressBar.selectionBackground", new ColorUIResource(0, 0, 128),
718        "ProgressBar.selectionForeground", new ColorUIResource(light),        "ProgressBar.selectionForeground", new ColorUIResource(Color.LIGHT_GRAY),
719        "ProgressBar.repaintInterval", new Integer(250),        "ProgressBar.repaintInterval", new Integer(50),
720        "ProgressBar.cycleTime", new Integer(6000),        "ProgressBar.cycleTime", new Integer(3000),
721        "RadioButton.background", new ColorUIResource(light),        "RadioButton.background", new ColorUIResource(light),
722        "RadioButton.border", new BorderUIResource.CompoundBorderUIResource(null,        "RadioButton.border", new BorderUIResource.CompoundBorderUIResource(null,
723                                                                            null),                                                                            null),

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