Java JWindow Constructor's

Beginner java tutorial site is rehosted with updated content and useful information under the domain name javabeginner.com

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.

 

Google
 
Web www.beginner-java-tutorial.com