aboutsummaryrefslogtreecommitdiffstats
path: root/demos/RonsDemos/gears.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/RonsDemos/gears.html')
-rw-r--r--demos/RonsDemos/gears.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/demos/RonsDemos/gears.html b/demos/RonsDemos/gears.html
new file mode 100644
index 0000000..fb44ddb
--- /dev/null
+++ b/demos/RonsDemos/gears.html
@@ -0,0 +1,23 @@
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta name="GENERATOR" content="Mozilla/4.61 [en] (Win98; U) [Netscape]">
+ <title>Gears by Brian Paul; ported to Java by Ron Cemer</title>
+</head>
+<BODY LINK="#0000ff" VLINK="#800080" BGCOLOR="#e6e6ff">
+Gears applet
+<br>Originially written by Brian Paul
+<br>Ported to Java by Ron Cemer
+<br>
+<hr>
+<br>You can rotate the view by holding the left mouse button down and
+<br>dragging the mouse within the applet's window.
+<br>If you hold the right button down instead, the view will rotate
+<br>around the Z axis.
+<br>
+<applet code="gears.class" width=400 height=400>
+</applet>
+<hr>
+</body>
+</html>