Class StudentPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class StudentPanel extends JPanel
This panel displays a Student
See Also:
  • Constructor Details

    • StudentPanel

      public StudentPanel()
      Creates and lays out a new StudentPanel
  • Method Details

    • clearContents

      Clears the contents of the student fields
    • displayStudent

      public void displayStudent(Student student)
      Displays a Student in this StudentPanel.
    • main

      public static void main(String[] args)
      Test program