Class StatisticalResultsViewer

java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Window
java.awt.Frame
javax.swing.JFrame
org.moeaframework.analysis.diagnostics.StatisticalResultsViewer
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class StatisticalResultsViewer extends JFrame
Window for displaying statistical results.
See Also:
  • Constructor Details

    • StatisticalResultsViewer

      public StatisticalResultsViewer(Controller controller, String results)
      Constructs a new window to display statistical results.
      Parameters:
      controller - the controller instance
      results - the statistical results to display