Class PiParallelGUI

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

public class PiParallelGUI extends PiGUI
AWT client application for calculating pi using multiple threads in parallel.
Version:
1.9.0
See Also:
  • Field Details

  • Constructor Details

    • PiParallelGUI

      protected PiParallelGUI()
      Default constructor.
  • Method Details

    • getContents

      protected Container getContents()
      Description copied from class: PiGUI
      Get the graphical elements of this frame.
      Overrides:
      getContents in class PiGUI
      Returns:
      The graphical elements of this frame.
    • main

      public static void main(String[] args)
      Command-line entry point.
      Parameters:
      args - Command-line parameters.