/[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.53 by rabbit78, Wed Nov 9 10:22:34 2005 UTC revision 1.54 by audriusa, Sun Nov 13 08:52:30 2005 UTC
# Line 557  public abstract class BasicTextUI extend Line 557  public abstract class BasicTextUI extend
557      textComponent.setDisabledTextColor      textComponent.setDisabledTextColor
558                           (UIManager.getColor(prefix + ".inactiveForeground"));                           (UIManager.getColor(prefix + ".inactiveForeground"));
559      textComponent.setSelectedTextColor(UIManager.getColor(prefix + ".selectionForeground"));      textComponent.setSelectedTextColor(UIManager.getColor(prefix + ".selectionForeground"));
560        textComponent.setSelectionColor(UIManager.getColor(prefix + ".selectionBackground"));    
561    }    }
562    
563    /**    /**

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54

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