Class FriedmanPanel

All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

public class FriedmanPanel extends JFrame implements ActionListener
This java class is used to create and show a panel for analyzing the results based on the Friedman test.
Author:
Shahin Salavati, Sina Tabakhi
See Also:
  • Constructor Details

    • FriedmanPanel

      public FriedmanPanel()
      Creates new form FriedmanPanel. This method is called from within the constructor to initialize the form.
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)
      The listener method for receiving action events. Invoked when an action occurs.
      Specified by:
      actionPerformed in interface ActionListener
      Parameters:
      e - an action event