front_processing/extern/TUIO_JAVA/TuioApplet.html
author bastiena
Thu, 05 Apr 2012 16:24:40 +0200
changeset 18 a03d6f25c74f
parent 9 0f44b7360c8d
permissions -rw-r--r--
Middleware : Personnalized images for gesture showing in debug. Forced images names + default image gesture. Name convention : name of the gesture in lowercase, underscores replacing spaces or -.

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