Window.Window
Class Overview | Class Members |
This Package |
All Packages
public Window( Frame parent )
Parameters
- parent
- the main application frame.
Description
Constructs a new invisible window.
The window is not initially visible. Call the show
method to cause the window to become visible.
See Also
show, setSize