blob: 020ab04fa68a09ae4d7061efdd2575c6e6eb4d13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<!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>Moth by Robert Doyle; ported to Java by Ron Cemer</title>
</head>
<BODY LINK="#0000ff" VLINK="#800080" BGCOLOR="#e6e6ff">
Moth applet
<br>Originially written by Silicon Graphics
<br>Ported to Java by Ron Cemer
<br>Click the left mouse button within the window to pause/resume simulation.
<br>Click the right mouse button within the window to restart simulation.
<br>
<applet code="moth.class" width=400 height=400>
</applet>
<hr>
</body>
</html>
|