Cross Reference: example1.html
xref
: /
openjdk7
/
jdk
/
src
/
share
/
demo
/
applets
/
SimpleGraph
/
example1.html
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
example1.html revision 0
2
N/A
<
html
>
2
N/A
<
head
>
2
N/A
<
title
>Simple Graph (1.1)</
title
>
2
N/A
</
head
>
2
N/A
<
body
>
2
N/A
<
h1
>Simple Graph(1.1)</
h1
>
2
N/A
<
hr
>
2
N/A
<
applet
code=
GraphApplet.class
width=
300
height=
120
>
2
N/A
alt="Your browser understands the <APPLET> tag but isn't running the applet, for some reason."
2
N/A
Your browser is completely ignoring the <APPLET> tag!
2
N/A
</
applet
>
2
N/A
<
hr
>
2
N/A
<
a
href=
"
GraphApplet.java
"
>The source</
a
>.
2
N/A
</
body
>
2
N/A
</
html
>
2
N/A
2
N/A