Class ClassPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class ClassPanel extends JPanel
This panel displays and edits information about a class stored in a GradeBook.
See Also:
  • Constructor Details

    • ClassPanel

      public ClassPanel(JFrame frame)
      Creats a ClassPanel and initializes its components.
  • Method Details

    • displayGradeBook

      Sets the GradeBook that is displayed and edited in this ClassPanel.
    • displayAssignments

      Displays the names of all of the assignments in a given grade book in the assignmentsList.
    • main

      public static void main(String[] args)
      Test program that displays and edits the information in a given grade book stored in an XML file.