Question: JAVA PROGRAMMING : Create a program on NetBeans that follows the MVC design pattern. you will create a program that stores information about a DVD
JAVA PROGRAMMING: Create a program on NetBeans that follows the MVC design pattern.
you will create a program that stores information about a DVD collection. The program must do the following:


1. Allow the user to add a DVD to the collection 2. Allow the user to remove a DVD from the collection 3. Allow the user to edit the information for an existing DVD in the collection 4. Allow the user to list the DVDs in the collection 5. Allow the user to display the information for a particular DVD 6. Allow the user to search for a DVD by title 7. Load the DVD library from a file a 8. Save the DVD library back to the file when the program completes 9. Allow the user to add, edit, or delete many DVDs in one session Your DVD data transfer object should have the following fields: 1. Title 2. Release date 3. MPAA rating 4. Director's name 5. Studio 6. User rating or note (allows the user to enter additional information, e.g., "Good family movie")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
