front_processing/extern/TUIO_JAVA/TuioApplet.html
author bastiena
Fri, 20 Jul 2012 11:46:38 +0200
changeset 50 d969375fbcf7
parent 9 0f44b7360c8d
permissions -rw-r--r--
MID : string added in menu that tells that you have to reboot after altering params

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