mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-12 22:50:08 +00:00
17 lines
500 B
HTML
17 lines
500 B
HTML
<html>
|
|
<head>
|
|
<title>3D Model: Dinosaur</title>
|
|
</head>
|
|
<body>
|
|
<h1>3D Model: Dinosaur</h1>
|
|
<hr>
|
|
<applet code=ThreeD.class archive=WireFrame.jar width=300 height=300>
|
|
<param name=model value="models/dinasaur.obj">
|
|
alt="Your browser understands the <APPLET> tag but isn't running the applet, for some reason."
|
|
Your browser is completely ignoring the <APPLET> tag!
|
|
</applet>
|
|
<hr>
|
|
<a href="ThreeD.java">The source</a>.
|
|
</body>
|
|
</html>
|