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.
Create a JApplet that initially displays a single JButton. When the user clicks the JButton, display a JLabel that prompts the user to enter an integer, a JTextField into which the user can type the integer, and a second JButton that contains the text Double Me. When the user clicks the second button, the integer is doubled and the answer is displayed in the JTextField. Save the file as JDouble.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.