src/solaris/classes/sun/awt/X11InputMethod.java

Print this page

        

*** 324,336 **** clientComponentWindow = getClientComponentWindow(); if (clientComponentWindow == null) return; if (lastXICFocussedComponent != null){ ! if (log.isLoggable(PlatformLogger.FINE)) log.fine("XICFocused {0}, AWTFocused {1}", lastXICFocussedComponent, awtFocussedComponent); } if (pData == 0) { if (!createXIC()) { return; } --- 324,338 ---- clientComponentWindow = getClientComponentWindow(); if (clientComponentWindow == null) return; if (lastXICFocussedComponent != null){ ! if (log.isLoggable(PlatformLogger.FINE)) { ! log.fine("XICFocused {0}, AWTFocused {1}", lastXICFocussedComponent, awtFocussedComponent); } + } if (pData == 0) { if (!createXIC()) { return; }