javax.swing
Class JWindow

java.lang.Object
  extended by java.awt.Component
      extended by java.awt.Container
          extended by java.awt.Window
              extended by javax.swing.JWindow

public class JWindow extends Window

Constructor Summary
JWindow()
          Creates a window with no specified owner.
JWindow(Window owner)
          Creates a window with the specified owner window.
 
Method Summary
 Container getContentPane()
          Returns the Container which is the contentPane for this window.
 void remove(Component comp)
          Removes the specified component from the container.
 void setContentPane(Container contentPane)
          Sets the contentPane property for this window.