|
The html
<html>
<head>
<title>Saluton mondo!</title>
</head>
<body bgcolor="000000" Text="#FF00FF">
<p>This is a Java Applet.</p>
<applet code="SalutonApplet"
codebase="..\\..\\build\\classes"
height="150"
width="300"
>
<p>You need a Java Enabled Browser to see this.</p>
</applet>
</body>
</html>
|