Interface TopLevel


public interface TopLevel
common toplevel for applets (JApplet) and applications (JFrames)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    close and exit the progem
    get the getRootPaneContainer
    boolean
    return true if this is an Applet
    void
    save any persistant data
  • 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_