Class PreprocessPanel

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

public class PreprocessPanel extends JFrame implements ActionListener
This java class is used to create and show a panel for preprocessing of the datasets.
Author:
Shahin Salavati, Sina Tabakhi
See Also:
  • Field Details

  • Constructor Details

    • PreprocessPanel

      public PreprocessPanel()
      Creates new form PreprocessPanel. 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
    • btn_selectFileActionPerformed

      private void btn_selectFileActionPerformed(ActionEvent e)
      This method sets an action for the btn_selectFile button.
      Parameters:
      e - an action event
    • btn_saveActionPerformed

      private void btn_saveActionPerformed(ActionEvent e)
      This method sets an action for the btn_save button.
      Parameters:
      e - an action event
    • btn_closeActionPerformed

      private void btn_closeActionPerformed(ActionEvent e)
      This method sets an action for the btn_close button.
      Parameters:
      e - an action event