Id: web.tex,v 1.1 2004/12/08 22:16:45 waldmann Exp
erzeuge Datei Counter.html:
<html>
<head> <title>Counter Applet</title> </head>
<body> <h1>Counter Applet</h1>
<applet code="Counter.class"
width=500 height=500
>
</applet>
</body> </html>
(BlueJ: Run Applet/Generate Web Page Only)
Datei Counter.class enthält Bytecode,
entsteht durch Kompilieren von Counter.java
(Quelltext ist zur Applet-Ausführung nicht nötig.)