Class PiParallelApplet

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, PiAWT.StatusIndicator

public class PiParallelApplet extends PiApplet
Applet for calculating pi using multiple threads in parallel.
Version:
1.9.0
See Also:
  • Field Details

  • Constructor Details

    • PiParallelApplet

      public PiParallelApplet()
      Default constructor.
  • Method Details

    • getContents

      protected Container getContents()
      Description copied from class: PiApplet
      Get the graphical elements of this applet.
      Overrides:
      getContents in class PiApplet
      Returns:
      The graphical elements of this applet.