Class FrameApplet

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

public class FrameApplet extends JApplet implements Renderable
FrameApplet displays a JFrame from an application in an HTML page. This Applet can be used to run applications as applets. Security restrictions may cause some programs to malfunction if the jar file is not signed.
Version:
0.9 beta
Author:
Wolfgang Christian
See Also:
  • Constructor Details

    • FrameApplet

      public FrameApplet()
  • 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
    • start

      public void start()
      Overrides:
      start in class Applet
    • render

      public BufferedImage render()
      Description copied from interface: Renderable
      Renders a representation of the object onscreen.
      Specified by:
      render in interface Renderable
    • render

      public BufferedImage render(BufferedImage image)
      Description copied from interface: Renderable
      Renders a representation of the object onto an image.
      Specified by:
      render in interface Renderable
      Returns:
      the image buffer
    • destroy

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