mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
17 lines
436 B
HTML
17 lines
436 B
HTML
<html>
|
|
<head>
|
|
<title>Simple Graph (1.1)</title>
|
|
</head>
|
|
<body>
|
|
<h1>Simple Graph(1.1)</h1>
|
|
<hr>
|
|
<applet code=GraphApplet.class width=300 height=120>
|
|
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="GraphApplet.java">The source</a>.
|
|
</body>
|
|
</html>
|
|
|