Class NewAssignmentDialog

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

public class NewAssignmentDialog extends JDialog
This dialog is used to create a new Assignment
See Also:
  • Constructor Details

    • NewAssignmentDialog

      public NewAssignmentDialog(JFrame owner)
      Creates a new NewAssignmentDialog and populates with GUI components.
  • Method Details

    • getAssignment

      Returns the Assignment created by this dialog. If no assignment was created, null is returned.