Constructors
| Name | Description |
|---|---|
| Window(Frame) | Constructs a new invisible window. |
Methods
| Name | Description |
|---|---|
| addNotify() | Creates the Window's peer. |
| addWindowListener(WindowListener) | Adds the specified window listener to receive window events from this window. |
| dispose() | Disposes of this window. |
| getFocusOwner() | Returns the child component of this Window which has focus if and only if this Window is active. |
| getLocale() | Gets the Locale object that is associated with this window, if the locale has been set. |
| getToolkit() | Returns the toolkit of this frame. |
| getWarningString() | Gets the warning string that is displayed with this window. |
| isShowing() | Checks if this Window is showing on screen. |
| pack() | Causes subcomponents of this window to be laid out at their preferred size. |
| postEvent(Event) | Deprecated. |
| processEvent(AWTEvent) | Processes events on this window. |
| processWindowEvent(WindowEvent) | Processes window events occurring on this window by dispatching them to any registered WindowListener objects. |
| removeWindowListener(WindowListener) | Removes the specified window listener so that it no longer receives window events from this window. |
| show() | Shows this window, and brings it to the front. |
| toBack() | Sends this window to the back. |
| toFront() | Brings this window to the front. |