Class ApplicationApplet

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

public class ApplicationApplet extends JApplet
ApplicationApplet displays a button that invokes a static main method in a target class. This Applet can be used to run an application's main method as an Applet. Security restrictions may cause some programs to malfunction if the jar file is not signed.
Version:
1.0
Author:
Wolfgang Christian
See Also:
  • Constructor Details

    • ApplicationApplet

      public ApplicationApplet()
  • Method Details

    • getParameter

      public String getParameter(String key, String def)
      Gets the parameter attribute of the ApplicationApplet object
      Parameters:
      key - Description of Parameter
      def - Description of Parameter
      Returns:
      The parameter value
    • init

      public void init()
      Initializes the applet
      Overrides:
      init in class Applet
    • destroy

      public void destroy()
      Destroys the applet's resources.
      Overrides:
      destroy in class Applet