Class StudentAVGPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, PropertyChangeListener, Serializable, EventListener, Accessible

public class StudentAVGPanel extends JPanel implements PropertyChangeListener
Scores management for a given student and a course
Since:
1.0 Dec 22, 2008
Author:
Steph GAUDRY
See Also:
Serialized Form
  • Constructor Details

    • StudentAVGPanel

      public StudentAVGPanel()
    • StudentAVGPanel

      public StudentAVGPanel(Student _student)
  • Method Details

    • finalize

      protected void finalize() throws Throwable
      Overrides:
      finalize in class Object
      Throws:
      Throwable
    • getStudent

      public Student getStudent()
      Returns:
      the student
    • setStudent

      public void setStudent(Student _student)
      Parameters:
      _student - the student to set
    • main

      public static void main(String[] args)
      Auto-generated main method to display this JPanel inside a new JFrame.
    • propertyChange

      public void propertyChange(PropertyChangeEvent evt)
      Specified by:
      propertyChange in interface PropertyChangeListener
    • setLanguage

      protected void setLanguage()