java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
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. |