public interface TopLevel
Modifier and Type | Method and Description |
---|---|
void |
close()
close and exit the progem
|
javax.swing.JFrame |
getJFrame()
get the underlying Frame; call only if !isApplet()
|
javax.swing.RootPaneContainer |
getRootPaneContainer()
get the getRootPaneContainer
|
boolean |
isApplet()
return true if this is an Applet
|
void |
save()
save any persistant data
|
javax.swing.RootPaneContainer getRootPaneContainer()
javax.swing.JFrame getJFrame()
void close()
void save()
boolean isApplet()