Class PSimpleApplet

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer

public class PSimpleApplet extends PInfranetApplet
InfranetApplet is an Applet extension that provides functionality needed by all Portal aware applets. This class should be subclassed to provide logon controls, any needed threading, and to de-serialize, or otherwise create controls for an infranet aware applet.
Version:
$Revision$
Author:
Larry Lynch-Freshner
See Also:
  • Constructor Details

    • PSimpleApplet

      public PSimpleApplet()
      Create a default instance of the applet
  • Method Details

    • init

      public void init()
      Applet init() override. Sub-classes that override this method should call it first.
      Overrides:
      init in class PInfranetApplet