/[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.46 by rabbit78, Thu Oct 13 12:51:00 2005 UTC revision 1.47 by langel, Tue Oct 18 15:15:47 2005 UTC
# Line 523  public abstract class BasicTextUI extend Line 523  public abstract class BasicTextUI extend
523      inactiveBackground = UIManager.getColor(prefix + ".inactiveBackground");      inactiveBackground = UIManager.getColor(prefix + ".inactiveBackground");
524      textComponent.setDisabledTextColor      textComponent.setDisabledTextColor
525                           (UIManager.getColor(prefix + ".inactiveForeground"));                           (UIManager.getColor(prefix + ".inactiveForeground"));
526        textComponent.setSelectedTextColor(UIManager.getColor(prefix + ".selectionForeground"));
527    }    }
528    
529    /**    /**

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47

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