diff options
Diffstat (limited to 'Master/Reference Architectures and Patterns/hjp5/examples/japplet.html')
| -rw-r--r-- | Master/Reference Architectures and Patterns/hjp5/examples/japplet.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Master/Reference Architectures and Patterns/hjp5/examples/japplet.html b/Master/Reference Architectures and Patterns/hjp5/examples/japplet.html new file mode 100644 index 0000000..88896ff --- /dev/null +++ b/Master/Reference Architectures and Patterns/hjp5/examples/japplet.html @@ -0,0 +1,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>
\ No newline at end of file |
