public interface TopLevel
| Modifier and Type | Method and Description |
|---|---|
void |
close()
close and exit the progem
|
JFrame |
getJFrame()
get the underlying Frame; call only if !isApplet()
|
RootPaneContainer |
getRootPaneContainer()
get the getRootPaneContainer
|
boolean |
isApplet()
return true if this is an Applet
|
void |
save()
save any persistant data
|
RootPaneContainer getRootPaneContainer()
JFrame getJFrame()
void close()
void save()
boolean isApplet()
Copyright © 1999-2012 UCAR/Unidata. All Rights Reserved.