Searched refs:stateLog (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXFramePeer.java42 private static PlatformLogger stateLog = PlatformLogger.getLogger("sun.awt.X11.states"); field in class:XFramePeer
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
[all...]
H A DXNETProtocol.java38 private static PlatformLogger stateLog = PlatformLogger.getLogger("sun.awt.X11.states.XNETProtocol"); field in class:XNETProtocol
289 stateLog.finer("doStateProtocol() returns " + res);
H A DXWM.java55 private final static PlatformLogger stateLog = PlatformLogger.getLogger("sun.awt.X11.states.XWM"); field in class:XWM
923 if (stateLog.isLoggable(PlatformLogger.FINER)) stateLog.finer("Setting MWM_HINTS to " + hints);
1138 stateLog.finer("Window is not showing");
1144 stateLog.finer("WithdrawnState");
1147 stateLog.finer("Window WM_STATE is " + wm_state);
1156 stateLog.finest(proto + ": is state changed = " + is_state_change);

Completed in 107 milliseconds