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

/openjdk7/jdk/src/solaris/classes/sun/awt/motif/
H A DMWindowAttributes.java34 static int AWT_DECOR_ALL = 1; field in class:MWindowAttributes
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXWindowAttributesData.java34 static int AWT_DECOR_ALL = 1; field in class:XWindowAttributesData
H A DXDialogPeer.java50 winAttr.decorations = winAttr.AWT_DECOR_ALL;
H A DXFramePeer.java70 winAttr.decorations = winAttr.AWT_DECOR_ALL;
H A DXWindowPeer.java1414 if ((myDecor & XWindowAttributesData.AWT_DECOR_ALL) != 0)

Completed in 38 milliseconds