Package ucar.unidata.util
Interface TopLevel
public interface TopLevel
common toplevel for applets (JApplet) and applications (JFrames)
-
Method Details
-
getRootPaneContainer
RootPaneContainer getRootPaneContainer()get the getRootPaneContainer- Returns:
- _more_
-
close
void close()close and exit the progem -
save
void save()save any persistant data -
isApplet
boolean isApplet()return true if this is an Applet- Returns:
- _more_
-