front_processing/extern/TUIO_JAVA/TuioApplet.html
author bastiena
Mon, 19 Mar 2012 10:21:56 +0100
changeset 5 d40f84d77db4
parent 0 6fefd4afe506
child 9 0f44b7360c8d
permissions -rw-r--r--
Documentations (readme) Installer Deletion of useless comments and code lines

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