Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

2.First the program should load all the objects from a binary save file into a J

ID: 3849443 • Letter: 2

Question

2.First the program should load all the objects from a binary save file into a JList model.

3. The details of each object should be visible to the user, either through the JList itself or using other components to display the info for the currently selected object.

4. The user should be able to add new car objects using GUI textboxes and an add button (The objects should be inserted into their sorted position in the JList model)

5. The user should be able to delete objects in the JList by selecting them and using a delete button.

6. When the program closes, the objects in JList model should be saved back out to the binary file.

Explanation / Answer

2-

for other parts please provide as seprate question