summaryrefslogtreecommitdiffstats
path: root/Master/Reference Architectures and Patterns/hjp5/examples/HWApplet.html
blob: 2a557528a9fcf0742f9aec048d6551761879be0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html>
<head>
<title>HWApplet</title>
</head>
<body>
<h1>HWApplet</h1>
<applet
   code=HWApplet.class
   archive=hello.jar
   width=300
   height=200>
Hier steht das Applet HWApplet.class
</applet>
</body>
</html>