summaryrefslogtreecommitdiffstats
path: root/Master/Reference Architectures and Patterns/hjp5/examples/japplet.html
blob: 88896ffe6c9d5f2ffd65aab75ce7b74234424412 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<head><title>JAppletTest</title></head>

<body>
<h1>JAppletTest</h1>

<applet code="JAppletTest.class" width=300 height=200>
Hier steht das JAppletTest
</applet>

</body>
</html>