/[classpath]/classpath/javax/swing/plaf/basic/BasicTextUI.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/basic/BasicTextUI.java

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

revision 1.41 by rabbit78, Tue Sep 20 18:18:42 2005 UTC revision 1.42 by rabbit78, Thu Sep 29 12:41:57 2005 UTC
# Line 529  public abstract class BasicTextUI extend Line 529  public abstract class BasicTextUI extend
529    
530      // Fetch the colors for enabled/disabled text components.      // Fetch the colors for enabled/disabled text components.
531      background = defaults.getColor(prefix + ".background");      background = defaults.getColor(prefix + ".background");
532        textComponent.setBackground(background);
533      inactiveBackground = defaults.getColor(prefix + ".inactiveBackground");      inactiveBackground = defaults.getColor(prefix + ".inactiveBackground");
534      textComponent.setForeground(defaults.getColor(prefix + ".foreground"));      textComponent.setForeground(defaults.getColor(prefix + ".foreground"));
535      textComponent.setDisabledTextColor      textComponent.setDisabledTextColor

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42

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