Question: a. Write an application that allows a user to select one of at least five television shows to watch on demand. When the user selects
a. Write an application that allows a user to select one of at least five television shows to watch on demand. When the user selects a show, display a brief synopsis. Save the file as JTVDownload.java.
b. Change the JTVDownload application to include an editable combo box. Allow the user to type the name of a television show and display an appropriate error message if the desired show is not available. Save the file as JTVDownload2.java. For program b save JTVDowload as JTVDownload2, the programs are the same except for the changes and added code to allow for user input *******************************
I was able to figure out part a :
import javax.swing.*; import java.awt.*; import java.awt.event.*;
public class JTVDownload extends JFrame implements ItemListener { JComboBox
but i need help with part b.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
