src/share/classes/sun/awt/im/InputContext.java

Print this page

        

*** 385,395 **** // new input method ((InputMethodAdapter) previousInputMethod).stopListening(); } previousInputMethod = null; ! if (log.isLoggable(PlatformLogger.FINE)) log.fine("Current client component " + currentClientComponent); if (inputMethod instanceof InputMethodAdapter) { ((InputMethodAdapter) inputMethod).setClientComponent(currentClientComponent); } inputMethod.activate(); isInputMethodActive = true; --- 385,397 ---- // new input method ((InputMethodAdapter) previousInputMethod).stopListening(); } previousInputMethod = null; ! if (log.isLoggable(PlatformLogger.FINE)) { ! log.fine("Current client component " + currentClientComponent); ! } if (inputMethod instanceof InputMethodAdapter) { ((InputMethodAdapter) inputMethod).setClientComponent(currentClientComponent); } inputMethod.activate(); isInputMethodActive = true;