homeduke Prof. Dr. Uwe Schmidt FH Wedel

Die Datei: MouseMotionApplet.html


weiter
<html>
  <head>
    <title>Mouse Motion Applet</title>
  </head>

  <body>
    <h1>Mouse Motion Applet</h1>

    <applet
      code="MouseMotionApplet.class"
      width=300
      height=130>
    </applet>

  </body>
</html>

Die Quelle: MouseMotionApplet.html


Letzte Änderung: 14.02.2012
© Prof. Dr. Uwe Schmidt
Prof. Dr. Uwe Schmidt FH Wedel