Searched refs:IconicState (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXUtilConstants.java82 public static final int IconicState = 3 ; /* application wants to start as an icon */ field in class:XUtilConstants
H A DXWarningWindow.java320 if (newState == XUtilConstants.IconicState) {
H A DXFramePeer.java104 setInitialState(XUtilConstants.IconicState);
H A DXWM.java1167 if (wm_state == XUtilConstants.IconicState) {
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_wm.c272 case IconicState:
2004 if (wm_state == IconicState) {
2074 if (wm_state == IconicState) {

Completed in 98 milliseconds