CSC 112
Ileana Streinu

3. Init

  1. Modify the applet to have both a button and some text on the applet.
  2. Modify the applet (Java code) so that it creates three buttons named Start, Increase and Stop and puts them on the applet window at initialization.
  3. Modify the applet to take a parameter from the html page and create just one button on the applet. The value of the parameter should indicate whether the button is named Start, Increase or Stop.
For all the exercises from now on, including this one, do the following (at home, not during the lab session):

Reformat the comments in this program to make them suitable for Javadoc. Remember to put your name, class account and short description. Run Javadoc in a separate Doc directory to get the documentation.