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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
<html>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
  <head>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
    <title>SpreadSheet</title>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
  </head>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
  <body>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
      <h1>SpreadSheet</h1>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
      <hr>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
      <applet code="SpreadSheet.class" width=320 height=120>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
	<param name=rows value="4">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
	<param name=c3 value="fC1+C2">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
	<param name=c2 value="fA2*B2">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
	<param name=c1 value="fA1*B1">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
	<param name=title value="Example">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
	<param name=b2 value="v1000">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
	<param name=b1 value="v500">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
	<param name=columns value="3">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
	<param name=a2 value="v30">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
	<param name=a1 value="v10">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
        alt="Your browser understands the &lt;APPLET&gt; tag but isn't running the applet, for some reason."
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
        Your browser is completely ignoring the &lt;APPLET&gt; tag!      
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
      </applet>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
      <hr>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
      <a href="SpreadSheet.java">The source</a>.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
  </body>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
</html>