/[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.12 by gnu_andrew, Sat Sep 10 15:31:51 2005 UTC revision 1.13.2.13 by gnu_andrew, Tue Sep 20 18:46:33 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 397  public abstract class BasicLookAndFeel e Line 397  public abstract class BasicLookAndFeel e
397        "DesktopIcon.border", new BorderUIResource.CompoundBorderUIResource(null,        "DesktopIcon.border", new BorderUIResource.CompoundBorderUIResource(null,
398                                                                            null),                                                                            null),
399        "EditorPane.background", new ColorUIResource(Color.white),        "EditorPane.background", new ColorUIResource(Color.white),
400        "EditorPane.border", new BasicBorders.MarginBorder(),        "EditorPane.border",
401          new BorderUIResource(BasicBorders.getMarginBorder()),
402        "EditorPane.caretBlinkRate", new Integer(500),        "EditorPane.caretBlinkRate", new Integer(500),
403        "EditorPane.caretForeground", new ColorUIResource(Color.black),        "EditorPane.caretForeground", new ColorUIResource(Color.black),
404        "EditorPane.font", new FontUIResource("Serif", Font.PLAIN, 12),        "EditorPane.font", new FontUIResource("Serif", Font.PLAIN, 12),
# Line 528  public abstract class BasicLookAndFeel e Line 529  public abstract class BasicLookAndFeel e
529        "Label.disabledShadow", new ColorUIResource(shadow),        "Label.disabledShadow", new ColorUIResource(shadow),
530        "Label.font", new FontUIResource("Dialog", Font.PLAIN, 12),        "Label.font", new FontUIResource("Dialog", Font.PLAIN, 12),
531        "Label.foreground", new ColorUIResource(darkShadow),        "Label.foreground", new ColorUIResource(darkShadow),
532        "List.background", new ColorUIResource(light),        "List.background", new ColorUIResource(Color.white),
533        "List.border", new BasicBorders.MarginBorder(),        "List.border", new BasicBorders.MarginBorder(),
534        "List.focusInputMap", new UIDefaults.LazyInputMap(new Object[] {        "List.focusInputMap", new UIDefaults.LazyInputMap(new Object[] {
535          "PAGE_UP", "scrollUp",          "PAGE_UP", "scrollUp",
# Line 550  public abstract class BasicLookAndFeel e Line 551  public abstract class BasicLookAndFeel e
551          "shift PAGE_UP","scrollUpExtendSelection",          "shift PAGE_UP","scrollUpExtendSelection",
552          "KP_DOWN", "selectNextRow"          "KP_DOWN", "selectNextRow"
553        }),        }),
554        "List.foreground", new ColorUIResource(darkShadow),        "List.foreground", new ColorUIResource(Color.black),
555        "List.selectionBackground", new ColorUIResource(Color.black),        "List.selectionBackground", new ColorUIResource(0, 0, 128),
556        "List.selectionForeground", new ColorUIResource(Color.white),        "List.selectionForeground", new ColorUIResource(Color.white),
557        "List.focusCellHighlightBorder",        "List.focusCellHighlightBorder",
558        new BorderUIResource.        new BorderUIResource.
# Line 742  public abstract class BasicLookAndFeel e Line 743  public abstract class BasicLookAndFeel e
743        "ScrollBar.thumbShadow", new ColorUIResource(shadow),        "ScrollBar.thumbShadow", new ColorUIResource(shadow),
744        "ScrollBar.track", new ColorUIResource(light),        "ScrollBar.track", new ColorUIResource(light),
745        "ScrollBar.trackHighlight", new ColorUIResource(shadow),        "ScrollBar.trackHighlight", new ColorUIResource(shadow),
746          "ScrollBar.width", new Integer(16),
747        "ScrollPane.ancestorInputMap", new UIDefaults.LazyInputMap(new Object[] {        "ScrollPane.ancestorInputMap", new UIDefaults.LazyInputMap(new Object[] {
748          "PAGE_UP", "scrollUp",          "PAGE_UP", "scrollUp",
749          "KP_LEFT", "unitScrollLeft",          "KP_LEFT", "unitScrollLeft",
# Line 914  public abstract class BasicLookAndFeel e Line 916  public abstract class BasicLookAndFeel e
916        "TableHeader.foreground", new ColorUIResource(darkShadow),        "TableHeader.foreground", new ColorUIResource(darkShadow),
917    
918              "TextArea.background", new ColorUIResource(light),              "TextArea.background", new ColorUIResource(light),
919        "TextArea.border", new BasicBorders.MarginBorder(),        "TextArea.border",
920          new BorderUIResource(BasicBorders.getMarginBorder()),
921        "TextArea.caretBlinkRate", new Integer(500),        "TextArea.caretBlinkRate", new Integer(500),
922        "TextArea.caretForeground", new ColorUIResource(Color.black),        "TextArea.caretForeground", new ColorUIResource(Color.black),
923        "TextArea.font", new FontUIResource("MonoSpaced", Font.PLAIN, 12),        "TextArea.font", new FontUIResource("Monospaced", Font.PLAIN, 12),
924        "TextArea.foreground", new ColorUIResource(Color.black),        "TextArea.foreground", new ColorUIResource(Color.black),
925        "TextArea.inactiveForeground", new ColorUIResource(Color.gray),        "TextArea.inactiveForeground", new ColorUIResource(Color.gray),
926        "TextArea.keyBindings", new JTextComponent.KeyBinding[] {        "TextArea.keyBindings", new JTextComponent.KeyBinding[] {
# Line 945  public abstract class BasicLookAndFeel e Line 948  public abstract class BasicLookAndFeel e
948        "TextField.font", new FontUIResource("SansSerif", Font.PLAIN, 12),        "TextField.font", new FontUIResource("SansSerif", Font.PLAIN, 12),
949        "TextField.foreground", new ColorUIResource(Color.black),        "TextField.foreground", new ColorUIResource(Color.black),
950        "TextField.highlight", new ColorUIResource(highLight),        "TextField.highlight", new ColorUIResource(highLight),
951        "TextField.inactiveBackground", new ColorUIResource(light),        "TextField.inactiveBackground", new ColorUIResource(Color.LIGHT_GRAY),
952        "TextField.inactiveForeground", new ColorUIResource(Color.gray),        "TextField.inactiveForeground", new ColorUIResource(Color.GRAY),
953        "TextField.light", new ColorUIResource(highLight),        "TextField.light", new ColorUIResource(highLight),
954        "TextField.highlight", new ColorUIResource(light),        "TextField.highlight", new ColorUIResource(light),
955        "TextField.keyBindings", new JTextComponent.KeyBinding[] {        "TextField.keyBindings", new JTextComponent.KeyBinding[] {
# Line 964  public abstract class BasicLookAndFeel e Line 967  public abstract class BasicLookAndFeel e
967        "TextField.selectionBackground", new ColorUIResource(Color.black),        "TextField.selectionBackground", new ColorUIResource(Color.black),
968        "TextField.selectionForeground", new ColorUIResource(Color.white),        "TextField.selectionForeground", new ColorUIResource(Color.white),
969        "TextPane.background", new ColorUIResource(Color.white),        "TextPane.background", new ColorUIResource(Color.white),
970        "TextPane.border", new BasicBorders.MarginBorder(),        "TextPane.border",
971          new BorderUIResource(BasicBorders.getMarginBorder()),
972        "TextPane.caretBlinkRate", new Integer(500),        "TextPane.caretBlinkRate", new Integer(500),
973        "TextPane.caretForeground", new ColorUIResource(Color.black),        "TextPane.caretForeground", new ColorUIResource(Color.black),
974        "TextPane.font", new FontUIResource("Serif", Font.PLAIN, 12),        "TextPane.font", new FontUIResource("Serif", Font.PLAIN, 12),

Legend:
Removed from v.1.13.2.12  
changed lines
  Added in v.1.13.2.13

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