/[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.57 by langel, Thu Sep 22 15:36:38 2005 UTC revision 1.58 by rabbit78, Fri Sep 23 16:04:05 2005 UTC
# Line 625  public abstract class BasicLookAndFeel e Line 625  public abstract class BasicLookAndFeel e
625        "OptionPane.messageAreaBorder",        "OptionPane.messageAreaBorder",
626        new BorderUIResource.EmptyBorderUIResource(0, 0, 0, 0),        new BorderUIResource.EmptyBorderUIResource(0, 0, 0, 0),
627        "OptionPane.messageForeground", new ColorUIResource(darkShadow),        "OptionPane.messageForeground", new ColorUIResource(darkShadow),
628        "OptionPane.minimumSize", new DimensionUIResource(262, 90),        "OptionPane.minimumSize",
629          new DimensionUIResource(BasicOptionPaneUI.MinimumWidth,
630                                  BasicOptionPaneUI.MinimumHeight),
631        "OptionPane.noButtonText", "No",        "OptionPane.noButtonText", "No",
632        "OptionPane.okButtonText", "OK",        "OptionPane.okButtonText", "OK",
633        // XXX Don't use gif        // XXX Don't use gif

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58

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