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

/openjdk7/jdk/src/share/classes/java/awt/
H A DWindow.java65 * A <code>Window</code> object is a top-level window with no borders and no
72 * In a multi-screen environment, you can create a <code>Window</code>
73 * on a different screen device by constructing the <code>Window</code>
74 * with {@link #Window(Window, GraphicsConfiguration)}. The
92 * calling <code>getLocationOnScreen</code> on a <code>Window</code> returns
97 * The following code sets the location of a <code>Window</code>
101 * into account, the <code>Window</code> location would be set
107 * Window w = new Window(Windo
148 public class Window extends Container implements Accessible { class in inherits:Container,Accessible
437 Window(GraphicsConfiguration gc) { method in class:Window
534 Window() throws HeadlessException { method in class:Window
561 public Window(Frame owner) { method in class:Window
593 public Window(Window owner) { method in class:Window
629 public Window(Window owner, GraphicsConfiguration gc) { method in class:Window
[all...]

Completed in 34 milliseconds