/[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.54 by trebligd, Fri Sep 9 05:13:56 2005 UTC revision 1.55 by trebligd, Sun Sep 18 18:16:52 2005 UTC
# Line 362  public abstract class BasicLookAndFeel e Line 362  public abstract class BasicLookAndFeel e
362          "HOME",  "homePassThrough",          "HOME",  "homePassThrough",
363          "END",  "endPassThrough"          "END",  "endPassThrough"
364        }),        }),
365        "ComboBox.background", new ColorUIResource(light),        "ComboBox.background", new ColorUIResource(Color.white),
366        "ComboBox.buttonBackground", new ColorUIResource(light),        "ComboBox.buttonBackground", new ColorUIResource(light),
367        "ComboBox.buttonDarkShadow", new ColorUIResource(shadow),        "ComboBox.buttonDarkShadow", new ColorUIResource(shadow),
368        "ComboBox.buttonHighlight", new ColorUIResource(highLight),        "ComboBox.buttonHighlight", new ColorUIResource(highLight),
# Line 371  public abstract class BasicLookAndFeel e Line 371  public abstract class BasicLookAndFeel e
371        "ComboBox.disabledForeground", new ColorUIResource(Color.gray),        "ComboBox.disabledForeground", new ColorUIResource(Color.gray),
372        "ComboBox.font", new FontUIResource("SansSerif", Font.PLAIN, 12),        "ComboBox.font", new FontUIResource("SansSerif", Font.PLAIN, 12),
373        "ComboBox.foreground", new ColorUIResource(Color.black),        "ComboBox.foreground", new ColorUIResource(Color.black),
374        "ComboBox.selectionBackground", new ColorUIResource(Color.black),        "ComboBox.selectionBackground", new ColorUIResource(0, 0, 128),
375        "ComboBox.selectionForeground", new ColorUIResource(Color.white),        "ComboBox.selectionForeground", new ColorUIResource(Color.white),
376        "Desktop.ancestorInputMap", new UIDefaults.LazyInputMap(new Object[] {        "Desktop.ancestorInputMap", new UIDefaults.LazyInputMap(new Object[] {
377          "KP_LEFT", "left",          "KP_LEFT", "left",
# Line 528  public abstract class BasicLookAndFeel e Line 528  public abstract class BasicLookAndFeel e
528        "Label.disabledShadow", new ColorUIResource(shadow),        "Label.disabledShadow", new ColorUIResource(shadow),
529        "Label.font", new FontUIResource("Dialog", Font.PLAIN, 12),        "Label.font", new FontUIResource("Dialog", Font.PLAIN, 12),
530        "Label.foreground", new ColorUIResource(darkShadow),        "Label.foreground", new ColorUIResource(darkShadow),
531        "List.background", new ColorUIResource(light),        "List.background", new ColorUIResource(Color.white),
532        "List.border", new BasicBorders.MarginBorder(),        "List.border", new BasicBorders.MarginBorder(),
533        "List.focusInputMap", new UIDefaults.LazyInputMap(new Object[] {        "List.focusInputMap", new UIDefaults.LazyInputMap(new Object[] {
534          "PAGE_UP", "scrollUp",          "PAGE_UP", "scrollUp",
# Line 550  public abstract class BasicLookAndFeel e Line 550  public abstract class BasicLookAndFeel e
550          "shift PAGE_UP","scrollUpExtendSelection",          "shift PAGE_UP","scrollUpExtendSelection",
551          "KP_DOWN", "selectNextRow"          "KP_DOWN", "selectNextRow"
552        }),        }),
553        "List.foreground", new ColorUIResource(darkShadow),        "List.foreground", new ColorUIResource(Color.black),
554        "List.selectionBackground", new ColorUIResource(Color.black),        "List.selectionBackground", new ColorUIResource(0, 0, 128),
555        "List.selectionForeground", new ColorUIResource(Color.white),        "List.selectionForeground", new ColorUIResource(Color.white),
556        "List.focusCellHighlightBorder",        "List.focusCellHighlightBorder",
557        new BorderUIResource.        new BorderUIResource.

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