Searched defs:JWindow (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJWindow.java37 * A <code>JWindow</code> is a container that can be displayed anywhere on the
43 * The <code>JWindow</code> component contains a <code>JRootPane</code>
45 * of any children of the <code>JWindow</code>.
54 * Attempting to set it to <code>null</code> will cause the <code>JWindow</code>
59 * of a <code>JWindow</code>.
65 * In a multi-screen environment, you can create a <code>JWindow</code>
92 public class JWindow extends Window implements Accessible, class in inherits:Window,Accessible,RootPaneContainer,TransferHandler.HasGetTransferHandler
110 * false, but is set to true when the <code>JWindow</code> is constructed.
136 public JWindow() { method in class:JWindow
162 public JWindow(GraphicsConfiguratio method in class:JWindow
184 public JWindow(Frame owner) { method in class:JWindow
210 public JWindow(Window owner) { method in class:JWindow
248 public JWindow(Window owner, GraphicsConfiguration gc) { method in class:JWindow
[all...]

Completed in 58 milliseconds