CSC 112
Ileana Streinu

1. Hello, World!

  1. Modify the applet (Java code) so that it prints "Hello, Alice" (replace Alice by your name).
  2. Modify the Java code so that the text is displayed at on the bottom left corner of the applet.
  3. Modify the html file so that the applet is double the size of what it currently is.
  4. Locate, in the Java on-line documentation, the description of the class Applet, of the paint method (inherited from Container), of the class Graphics and of its drawString method.
  5. Modify the comments in HelloWorld.java to display: