Package unifeat.gui

Class ProjectPath

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

public class ProjectPath extends JFrame implements ActionListener
This java class is used to create and show a panel for the selecting path for the project.
Author:
Shahin Salavati
See Also:
  • Field Details

  • Constructor Details

    • ProjectPath

      public ProjectPath()
      Creates new form ProjectPath. 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_browseActionPerformed

      private void btn_browseActionPerformed(ActionEvent e)
      This method sets an action for the btn_browse button.
      Parameters:
      e - an action event
    • btn_selectActionPerformed

      private void btn_selectActionPerformed(ActionEvent e)
      This method sets an action for the btn_select button.
      Parameters:
      e - an action event
    • main

      public static void main(String[] args)
      This method is the main method to start the tool.
      Parameters:
      args - an array of String objects for supplying command-line arguments