diff options
Diffstat (limited to 'demos/RonsDemos/star.html')
-rw-r--r-- | demos/RonsDemos/star.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/demos/RonsDemos/star.html b/demos/RonsDemos/star.html new file mode 100644 index 0000000..7ab40ee --- /dev/null +++ b/demos/RonsDemos/star.html @@ -0,0 +1,22 @@ +<!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>Star by Silicon Graphics; ported to Java by Ron Cemer</title>
+</head>
+<BODY LINK="#0000ff" VLINK="#800080" BGCOLOR="#e6e6ff">
+Star applet
+<br>Originially written by Silicon Graphics
+<br>Ported to Java by Ron Cemer
+<br>
+<hr>By clicking inside the window, you can change the behavior of the
+<br>stars. There are two modes: normal and "weird". Each time
+you
+<br>click inside the window, the current mode will change.
+<br>
+<applet code="star.class" width=400 height=400>
+</applet>
+<hr>
+</body>
+</html>
|