Class CreateJobPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
Direct Known Subclasses:
ChopPanel, StitchPanel

public abstract class CreateJobPanel
extends JPanel
The base class for the two job creation panels (ChopPanel and StitchPanel). It uses a vertical layout; therefore, Rows are added to it.
See Also:
Serialized Form
  • Field Details

  • Constructor Details

  • Method Details

    • getPanelText

      protected abstract String getPanelText()
      Returns:
      The String that should be displayed as title of the panel.