jdk/src/share/demo/applets/WireFrame/example1.html
author duke
Sat, 01 Dec 2007 00:00:00 +0000
changeset 2 90ce3da70b43
child 8973 1f4e90499324
permissions -rw-r--r--
Initial load

<html>
  <head>
      <title>3D Model: Cube</title>
  </head>
  <body>
    <h1>3D Model: Cube</h1>
      <hr>
      <applet code=ThreeD.class width=100 height=100>
	<param name=model value=models/cube.obj>
	  alt="Your browser understands the &lt;APPLET&gt; tag but isn't running the applet, for some reason."
	  Your browser is completely ignoring the &lt;APPLET&gt; tag!
      </applet>
      <hr>
      <a href="ThreeD.java">The source</a>.
  </body>
</html>