CNIT 25500 project - an exercise in object-oriented programming and class design
This program presents users with a GUI student directory and stores the info in memory. Click Exit to exit the program, Save to save the current student's information, Clear to clear all fields of the form, and Restore to load student data from the PID identifier
Compile with javac NewFrame.java
Execute with java NewFrame