For each JApplet you create in the following exercises, create an HTML host document named Test plus the JApplet name. For example, the host document for the JRiddle.java file is named TestJRiddle.html.
a. Create a JApplet that asks a user to enter a password into a JTextField and to then press Enter. Compare the password to Rosebud; if it matches exactly, display “Access Granted”. If not, display “Access Denied”. Save the file as JPasswordA.java.
b. Modify the password applet in Exercise 2a to ignore differences in case between the typed password and Rosebud. Save the file as JPasswordB.java.
c. Modify the password applet in Exercise 2b to compare the password to a list of five valid passwords: Rosebud, Redrum, Jason, Surrender, or Dorothy. Save the file as JPasswordC.java.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.