example1.html revision 0
2N/A<html>
2N/A <head>
2N/A <title>Simple Graph (1.1)</title>
2N/A </head>
2N/A <body>
2N/A <h1>Simple Graph(1.1)</h1>
2N/A <hr>
2N/A <applet code=GraphApplet.class width=300 height=120>
2N/A alt="Your browser understands the &lt;APPLET&gt; tag but isn't running the applet, for some reason."
2N/A Your browser is completely ignoring the &lt;APPLET&gt; tag!
2N/A </applet>
2N/A <hr>
2N/A <a href="GraphApplet.java">The source</a>.
2N/A </body>
2N/A</html>
2N/A
2N/A