front_processing/extern/TUIO_JAVA/TuioApplet.html
changeset 0 6fefd4afe506
child 9 0f44b7360c8d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/front_processing/extern/TUIO_JAVA/TuioApplet.html	Fri Mar 09 14:52:11 2012 +0100
@@ -0,0 +1,15 @@
+<html>
+<head>
+<title>TuioApplet</title>
+</head>
+<body bgcolor="#EEEEEE">
+<h2>TuioApplet</h2>
+
+<p>
+<applet archive="TuioDemo.jar" code="TuioApplet.class" width="640" height="480" hspace="10" vspace="10">
+<param name="port" value="3333">
+</applet>
+</p>
+
+</body>
+</html>