Programming Projects, Chapter 1

 

Question 1

 

 

Question 2

 

 

Question 3

 

 

Question 4

 

 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 TRANSITIONAL//EN">

<html>

 

    <head>

    <title>Test Java Applet</title>

    </head>

 

    <body>

            <applet

                   code=HappyFace.class

                  width=1000

                   height=1000

            </applet>

    </body>

 

</html>

 

 

 

 

 

[24-Oct-06]