jdk/src/demo/share/applets/Fractal/example1.html
author martin
Wed, 02 Sep 2015 14:11:50 -0700
changeset 32427 c22b7e41adf3
parent 25859 3317bb8137f4
permissions -rw-r--r--
8134984: Text files should end in exactly one newline Summary: automated fixup of newlines at end-of-file via the usual perl one-liner Reviewed-by: chegar, sherman

<html>
  <head>
      <title>Fractals 1.1</title>
  </head>
  <body> 
      <h1>Fractals 1.1</h1>
      <hr>
      <applet code="CLSFractal.class" width=500 height=120>
	<param name=level value="5">
	<param name=rotangle value="45">
	<param name=succ1 value="F-F++F-F">
	<param name=delay value="1000">
	<param name=axiom value="F">
	<param name=normalizescale value="true">
	<param name=incremental value="true">
	<param name=pred1 value="F">
	<param name=border value="2">
	<param name=startangle value="0">
        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="CLSFractal.java">The source</a>.
  </body>
</html>