< prev index next >

src/java.desktop/unix/classes/sun/awt/X11InputMethod.java

Print this page

        

*** 291,301 **** } } /** * Query and then return the current composition state. ! * @returns the composition state if isCompositionEnabled call * is successful. Otherwise, it returns false. */ private boolean getCompositionState() { boolean compositionState = false; if (compositionEnableSupported) { --- 291,301 ---- } } /** * Query and then return the current composition state. ! * @return the composition state if isCompositionEnabled call * is successful. Otherwise, it returns false. */ private boolean getCompositionState() { boolean compositionState = false; if (compositionEnableSupported) {
< prev index next >