Do this a day or two before coming to the next lesson' it will refresh your memory and save us a small amount of time during the workshop.
- Create a new project named Day2Project. Add a package named edu.usafa.day2 and a JApplet named Day2Applet. Place a JPanel on the applet. On top of this, put two labels and a button. Name one of the labels loopLabel and the other methodLabel. Name the button computeButton. Finally, put a JTextField on your JPanel and name it nField. This exercise should refresh your memory concerning things we did last time. We’ll utilize this applet on Day 2 of this workshop.
- If you didn’t get a chance to deploy the applet you created last time, go ahead and do this. The instructions for this are on your handout and on the web page for Day 1.