test


An applet is included below to display some text.

applet finished... here's the rest of the page.

 

  • Source

    <HTML>
    <HEAD>
    <TITLE>Simple Java Test</TITLE>
    </HEAD>
    <BODY>
    <h1>test</h1>
    <hr>
    An applet is included below to display some text.
    <hr>
    <APPLET CODE="JavaTest.class" WIDTH=450 HEIGHT=125>
    </APPLET>
    <hr>
    applet finished... here's the rest of the page.
    </BODY>
    </HTML>