Applet Lab Assignment                      Peter Komisar



 
 

Q1  Adapt the applet code from the Applet note to write a 400 x 80 JApplet with the
       with the letters J A V A placed in each corner. Change the size, Font and color
       of each of these letters. Run it in appletviewer.
 

Q2. Convert this swing applet to a classic awt applet and place it in a rudimentary
       HTML  page. Run this page in the latest version of Netscape available.

Q3. Test if there any difference in using double quotes on the class file assigned to the
       CODE parameter.

Q4.  Create two seperate directories three levels deep. Place your applet in the lowest
       level of one and the HTML page in the lowest level of the other. Create an Applet
       tag with and without CODEBASE showing the java class file being referenced by
       the HTML page .