<html>
<head>
<title>WelcomeApplet</title>
</head>
<body>
<hr/>
<p>
This applet is from the book
<a href="http://www.horstmann.com/corejava.html">Core Java>/a>
by <em>Cay Horstmann</em> and <em>Gary Cornell</em>,
published by Sun Microsystems Press.
</p>
<applet code="WelcomeApplet.class" width="400" height="200">
<param name="greeting" value ="Welcome to Core Java!"/>
</applet>
<hr/>
<p><a href="WelcomeApplet.java">The source.</a></p>
</body>
</html>