a. Write an application for a video store. Place the names of 10 of your favorite movies in a combo box. Let the user select a movie to rent. Let the user select a movie to rent. Display teh rental fee which is $1, $2, and $3 for each movie. Save the file as JVideo.java. b. Change the JVideo application to include an editable combo box. Allow the user to type the name of the movie to rent. Display an appropriate error message if the desired movie is not available. Save the file as Jvideo2.java.