I need help with this java Program.. Using java Graphical UserInterface
The application should allow:
1. Collect student information and store it in a binary datafile. Each student is identified by an unique ID. The user shouldbe able to view/edit an existing student. Do not allow the user toedit student ID.
2. Collect Course information and store it in a separate datafile. Each course is identified by an unique ID. The user should beable to view/edit an existing course information. User is notallowed to edit the key field such as Course ID.
3. Collect Enrollment information. Here you allow the user toenroll students to
OR
OR