リスト2:Hello.classを実行するためのHTML文書(hello.htm)


<HTML>
<BODY>
<APPLET
  CODE="Hello.class"
  WIDTH=200
  HEIGHT=100 >
</APPLET>
</BODY>
</HTML>


本文へ戻る