Example1.html

html · 19 lines · part of Test Java Cube Rendering · raw

<html>

    <head>
        <title>test</title>
    </head>

    <body topmargin=0 leftmargin=0 bottommargin=0 rightmargin=0 bgcolor=#000000>

        <table cellspacing=0 cellpadding=0 border=0 width=100% height=100%>
            <tr>
                <td width=100% height=100% valign=middle align=center>
                    <applet code="House" width="320" height="240"></applet>
                </td>
            </tr>
        </table>

    </body>

</html>