Package unifeat.gui

Class MainPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class MainPanel extends JPanel
This java class is used to create and show the main panel of the project. The management of all panels and forms have been done in this class.
Author:
Sina Tabakhi, Shahin Salavati
See Also:
  • Constructor Details

    • MainPanel

      public MainPanel(String path)
      Creates new form MainPanel. This method is called from within the constructor to initialize the form.
      Parameters:
      path - the path of the project
  • Method Details

    • paint

      public void paint(Graphics g)
      Recreates MainPanel based on the updated progress bar value.
      Overrides:
      paint in class JComponent
      Parameters:
      g - the Graphics context in which to paint
    • createAndShow

      public void createAndShow()
      This method create and show the main panel of the project