src/demo/share/applets/ArcTest/example1.html
changeset 47216 71c04702a3d5
parent 25859 3317bb8137f4
equal deleted inserted replaced
47215:4ebc2e2fb97c 47216:71c04702a3d5
       
     1 <html>
       
     2   <head>
       
     3       <title>Arc Test (1.1)</title>
       
     4   </head>
       
     5   <body>
       
     6       <h1>Arc Test (1.1)</h1>
       
     7       <hr>
       
     8       <applet code=ArcTest.class width=400 height=400>
       
     9 	alt="Your browser understands the &lt;APPLET&gt; tag but isn't running the applet, for some reason."
       
    10 	Your browser is completely ignoring the &lt;APPLET&gt; tag!
       
    11       </applet>
       
    12       <hr>
       
    13       <a href="ArcTest.java">The source</a>.
       
    14   </body>
       
    15 </html>
       
    16