Student Records Example
Part Two

This continues Part One of the example. We now add machinery to handle a list of Students, and a GUI for it. There is also machinery to do file-handling, using Java's serialization mechanism.

  1. Student
  2. Tester
  3. StudentGui
  4. StudentList
  5. StudentListGui