front_processing/extern/TUIO_JAVA/TuioApplet.html
changeset 0 6fefd4afe506
child 9 0f44b7360c8d
equal deleted inserted replaced
-1:000000000000 0:6fefd4afe506
       
     1 <html>
       
     2 <head>
       
     3 <title>TuioApplet</title>
       
     4 </head>
       
     5 <body bgcolor="#EEEEEE">
       
     6 <h2>TuioApplet</h2>
       
     7 
       
     8 <p>
       
     9 <applet archive="TuioDemo.jar" code="TuioApplet.class" width="640" height="480" hspace="10" vspace="10">
       
    10 <param name="port" value="3333">
       
    11 </applet>
       
    12 </p>
       
    13 
       
    14 </body>
       
    15 </html>