<html>
<h4>My First Java Applet.</h4><p>

<applet CODE="Frac_gen.class" WIDTH=400 HEIGHT=300>
</applet>
<p>
The Calculations for the fractal are done on your computer. Soon to be
implemented are features allowing color selection as well as size
of the fractal generated.
<p>
The color palette is randomly generated for every sweep. Changing the
value of <b>a</b> or <b>b</b> by just 0.01 will allow you to see
how easily the pattern is changed.
<p>
This applet behaves well on a PC or Mac, however on a Sun running 
netscape (version2 beta Something),
it seems to be very slow and unresponsive (which is what I use!)(?).
(On a Sun running HotJava it runs fine.).
&nbsp; &nbsp; 
<a href="http://www.he.net/~seidel/CodeMonkey/Frac_gen.java">See the code here.</a>
<hr>
<p>
Back to the <a href="./">Fractal Generator</a>
<p>
<a href="http://www.he.net/~seidel/">Chris Seidel</a> 1996
</html>
