front_processing/extern/TUIO_JAVA/TuioApplet.html
author bastiena
Thu, 22 Mar 2012 18:15:53 +0100
changeset 9 0f44b7360c8d
parent 0 6fefd4afe506
permissions -rw-r--r--
Installer updated files charset set to UTF-8 without tabs

<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>