Question: Create a JApplet that allows a user to type a product number in a JTextField.
Compare the product number to an array of at least eight valid product numbers.
If the typed number is valid, display a product description and price; otherwise, display an appropriate error message. Save the file as JProductFinder.java.
You need to prepare the Java applet that allows a user to type a product number.