Lines Matching refs:stateLog
42 private static PlatformLogger stateLog = PlatformLogger.getLogger("sun.awt.X11.states");
245 stateLog.finer("Frame is not showing");
257 stateLog.finer("Changing state, old state {0}, new state {1}(iconic {2})",
260 if (stateLog.isLoggable(PlatformLogger.FINER)) stateLog.finer("Iconifying shell " + getShell() + ", this " + this + ", screen " + getScreenNumber());
264 if (stateLog.isLoggable(PlatformLogger.FINER)) stateLog.finer("XIconifyWindow returned " + res);
274 if (stateLog.isLoggable(PlatformLogger.FINER)) stateLog.finer("DeIconifying " + this);
293 stateLog.finer("either not a state atom or state has not been changed");
300 stateLog.finer("State is the same: " + state);
312 stateLog.finer("Iconified");
315 stateLog.finer("DeIconified");
352 if (stateLog.isLoggable(PlatformLogger.FINE)) stateLog.fine("Setting initial WM state on " + this + " to " + wm_state);