Searched refs:XContentWindow (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXContentWindow.java45 public final class XContentWindow extends XWindow { class in inherits:XWindow
46 private static PlatformLogger insLog = PlatformLogger.getLogger("sun.awt.X11.insets.XContentWindow");
48 static XContentWindow createContent(XDecoratedPeer parentFrame) {
60 final XContentWindow cw = new XContentWindow(parentFrame, rec);
71 private XContentWindow(XDecoratedPeer parentFrame, Rectangle bounds) { method in class:XContentWindow
146 // XContentWindow -> XFrameContentWindow
H A DXDecoratedPeer.java52 XContentWindow content;
102 content = XContentWindow.createContent(this);

Completed in 33 milliseconds