jdk/src/share/demo/applets/WireFrame/example4.html
author jgish
Thu, 18 Apr 2013 16:33:11 -0400
changeset 17159 bb566a21b661
parent 8973 1f4e90499324
child 20116 af846cd89e6b
permissions -rw-r--r--
8012005: LogManager needs test to ensure stack trace is not being done to find bundle Reviewed-by: mchung
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
<html>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
  <head>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
      <title>3D Model: knoxS</title>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
  </head>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
  <body>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
      <h1>3D Model: knoxS</h1>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
      <hr>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
      <applet code=ThreeD.class width=300 height=300>
8973
1f4e90499324 7027692: /applets/WireFrame demo needs to be improved
mrkam
parents: 2
diff changeset
     9
	<param name=model value="models/knoxS.obj">
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
	  alt="Your browser understands the &lt;APPLET&gt; tag but isn't running the applet, for some reason."
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
	  Your browser is completely ignoring the &lt;APPLET&gt; tag!
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
      </applet>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
      <hr>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
      <a href="ThreeD.java">The source</a>.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
  </body>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
</html>