Question: CSe 20: Programming Concepts and Methodology II Semester Project Objective: The objective of this project is to practice using files of objects and gain more






CSe 20: Programming Concepts and Methodology II Semester Project Objective: The objective of this project is to practice using files of objects and gain more experiences in developing interactive GUI using Java Swing and AWT toolkits. Project description In this assignment, you are to design a Java program to maintain a binary file of student records for the class. A student record in the file should include the following information: . ID number, a 9-digit integer Name, a string of characters Gender. a character Class level, an integer between 1 and 5 . Age, an integer less than 100 10 lab scores, integers between 0 and 100 Your program should allow the instructor to do the following: 1. Create a new class 2. Load students from a file 3. Add new students 4. View/Delete students 5. Enter lab scores. 6. Backup Students to a file 7. Sort Students (optional) User interface requirement Your program should have a GUI closely similar to the following. CSe 20: Programming Concepts and Methodology II Semester Project Objective: The objective of this project is to practice using files of objects and gain more experiences in developing interactive GUI using Java Swing and AWT toolkits. Project description In this assignment, you are to design a Java program to maintain a binary file of student records for the class. A student record in the file should include the following information: . ID number, a 9-digit integer Name, a string of characters Gender. a character Class level, an integer between 1 and 5 . Age, an integer less than 100 10 lab scores, integers between 0 and 100 Your program should allow the instructor to do the following: 1. Create a new class 2. Load students from a file 3. Add new students 4. View/Delete students 5. Enter lab scores. 6. Backup Students to a file 7. Sort Students (optional) User interface requirement Your program should have a GUI closely similar to the following
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
