homeduke Prof. Dr. Uwe Schmidt FH Wedel

Die Datei: ButtonApplet.html


weiter
<html>
  <head>
    <title>Button Applet</title>
  </head>

  <body>
    <h1>Button Applet</h1>

    <applet
      code="ButtonApplet.class"
      width=400
      height=200>
    </applet>

  </body>
</html>

Die Quelle: ButtonApplet.html


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