/[classpath]/classpath/javax/swing/plaf/metal/MetalLookAndFeel.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/metal/MetalLookAndFeel.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.56 by trebligd, Thu Sep 15 13:19:10 2005 UTC revision 1.57 by rabbit78, Tue Sep 20 09:32:30 2005 UTC
# Line 835  public class MetalLookAndFeel extends Ba Line 835  public class MetalLookAndFeel extends Ba
835        "EditorPane.selectionForeground", getHighlightedTextColor(),        "EditorPane.selectionForeground", getHighlightedTextColor(),
836                
837        "FormattedTextField.background", getWindowBackground(),        "FormattedTextField.background", getWindowBackground(),
838          "FormattedTextField.border",
839          new BorderUIResource(MetalBorders.getTextFieldBorder()),
840        "FormattedTextField.caretForeground", getUserTextColor(),        "FormattedTextField.caretForeground", getUserTextColor(),
841        "FormattedTextField.font", new FontUIResource("Dialog", Font.PLAIN, 12),        "FormattedTextField.font", new FontUIResource("Dialog", Font.PLAIN, 12),
842        "FormattedTextField.foreground",  getUserTextColor(),        "FormattedTextField.foreground",  getUserTextColor(),
# Line 926  public class MetalLookAndFeel extends Ba Line 928  public class MetalLookAndFeel extends Ba
928        "Panel.foreground", getUserTextColor(),        "Panel.foreground", getUserTextColor(),
929    
930        "PasswordField.background", getWindowBackground(),        "PasswordField.background", getWindowBackground(),
931          "PasswordField.border",
932          new BorderUIResource(MetalBorders.getTextFieldBorder()),
933        "PasswordField.caretForeground", getUserTextColor(),        "PasswordField.caretForeground", getUserTextColor(),
934        "PasswordField.foreground", getUserTextColor(),        "PasswordField.foreground", getUserTextColor(),
935        "PasswordField.inactiveBackground", getControl(),        "PasswordField.inactiveBackground", getControl(),
# Line 1048  public class MetalLookAndFeel extends Ba Line 1052  public class MetalLookAndFeel extends Ba
1052        "Table.foreground", getControlTextColor(),        "Table.foreground", getControlTextColor(),
1053        "Table.focusCellHighlightBorder", getControlShadow(),        "Table.focusCellHighlightBorder", getControlShadow(),
1054        "Table.focusCellBackground", getWindowBackground(),        "Table.focusCellBackground", getWindowBackground(),
1055        "Table.gridColor", getControlShadow(),        "Table.gridColor", getControlDarkShadow(),
1056    
1057        "TableHeader.background", getControl(),        "TableHeader.background", getControl(),
1058        "TableHeader.cellBorder", new MetalBorders.TableHeaderBorder(),        "TableHeader.cellBorder", new MetalBorders.TableHeaderBorder(),
# Line 1063  public class MetalLookAndFeel extends Ba Line 1067  public class MetalLookAndFeel extends Ba
1067        "TextArea.selectionForeground", getHighlightedTextColor(),        "TextArea.selectionForeground", getHighlightedTextColor(),
1068    
1069        "TextField.background", getWindowBackground(),        "TextField.background", getWindowBackground(),
1070        "TextField.border", MetalBorders.getTextFieldBorder(),        "TextField.border",
1071          new BorderUIResource(MetalBorders.getTextFieldBorder()),
1072        "TextField.caretForeground", getUserTextColor(),        "TextField.caretForeground", getUserTextColor(),
1073        "TextField.darkShadow", getControlDarkShadow(),        "TextField.darkShadow", getControlDarkShadow(),
1074        "TextField.font", new FontUIResource("Dialog", Font.PLAIN, 12),        "TextField.font", new FontUIResource("Dialog", Font.PLAIN, 12),

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

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