homeduke Prof. Dr. Uwe Schmidt FH Wedel

Die Datei: SwingHelloWorld2.html


weiter
<html>
  <head>
    <title>Hello World mit swing</title>
  </head>
  <body>
    <applet
      code="SwingHelloWorld2.class"
      width=400
      height=300>
    </applet>
  </body>
</html>

Die Quelle: SwingHelloWorld2.html


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