Index: javax/swing/plaf/basic/BasicTextUI.java =================================================================== RCS file: /cvsroot/classpath/classpath/javax/swing/plaf/basic/BasicTextUI.java,v retrieving revision 1.41 diff -u -r1.41 BasicTextUI.java --- javax/swing/plaf/basic/BasicTextUI.java 20 Sep 2005 18:18:42 -0000 1.41 +++ javax/swing/plaf/basic/BasicTextUI.java 29 Sep 2005 12:39:25 -0000 @@ -529,6 +529,7 @@ // Fetch the colors for enabled/disabled text components. background = defaults.getColor(prefix + ".background"); + textComponent.setBackground(background); inactiveBackground = defaults.getColor(prefix + ".inactiveBackground"); textComponent.setForeground(defaults.getColor(prefix + ".foreground")); textComponent.setDisabledTextColor