src/demo/share/applets/SpreadSheet/example1.html
author erikj
Tue, 12 Sep 2017 19:03:39 +0200
changeset 47216 71c04702a3d5
parent 25859 jdk/src/demo/share/applets/SpreadSheet/example1.html@3317bb8137f4
permissions -rw-r--r--
8187443: Forest Consolidation: Move files to unified layout Reviewed-by: darcy, ihse

<html>
  <head>
    <title>SpreadSheet</title>
  </head>
  <body>
      <h1>SpreadSheet</h1>
      <hr>
      <applet code="SpreadSheet.class" width=320 height=120>
	<param name=rows value="4">
	<param name=c3 value="fC1+C2">
	<param name=c2 value="fA2*B2">
	<param name=c1 value="fA1*B1">
	<param name=title value="Example">
	<param name=b2 value="v1000">
	<param name=b1 value="v500">
	<param name=columns value="3">
	<param name=a2 value="v30">
	<param name=a1 value="v10">
        alt="Your browser understands the &lt;APPLET&gt; tag but isn't running the applet, for some reason."
        Your browser is completely ignoring the &lt;APPLET&gt; tag!      
      </applet>
      <hr>
      <a href="SpreadSheet.java">The source</a>.
  </body>
</html>