src/solaris/classes/sun/awt/X11/XTextFieldPeer.java
Print this page
*** 256,266 ****
void repaintText() {
xtext.repaintNow();
}
public void setBackground(Color c) {
! if (log.isLoggable(PlatformLogger.FINE)) {
log.fine("target="+ target + ", old=" + background + ", new=" + c);
}
background = c;
if (xtext != null) {
xtext.setBackground(c);
--- 256,266 ----
void repaintText() {
xtext.repaintNow();
}
public void setBackground(Color c) {
! if (log.isLoggable(PlatformLogger.Level.FINE)) {
log.fine("target="+ target + ", old=" + background + ", new=" + c);
}
background = c;
if (xtext != null) {
xtext.setBackground(c);