homeduke Prof. Dr. Uwe Schmidt FH Wedel

Die Datei: FrameApplet.html


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

  <body>
    <h1>Frame Applet</h1>

    <applet
      code="FrameApplet.class"
      width=400
      height=200
      frameWidth=300
      frameHeight=150>
    </applet>

  </body>
</html>

Die Quelle: FrameApplet.html


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