Java JWindow Constructor's

javax.swing
Class JWindow

java.lang.Object
  extended byjava.awt.Component
      extended byjava.awt.Container
          extended byjava.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.