javax.swing
Class JWindow
java.lang.Object java.awt.Component java.awt.Container java.awt.Window
- All Implemented Interfaces:
- Accessible, ImageObserver, MenuContainer, Serializable
- Direct Known Subclasses:
- BasicToolBarUI.DragWindow, Dialog, Frame, JWindow
JWindow Constructor
Window(Frame owner)
Constructs a new invisible window with the specified Frame as its owner.
Window(Window owner)
Constructs a new invisible window with the specified Window as its owner.
Window(Window owner, GraphicsConfiguration gc)
Constructs a new invisible window with the specified window as its owner and a GraphicsConfiguration of a screen device.