FractalApplet.java A fractal zoomer written as a java applet. At present time mandelbrot and julia sets may be viewed, but it's easily extended with other types of fractals. The applet is written to work with JDK 1.1 and is tested with Netscape's JDK 1.1.5 and Sun's JDK 1.3. It might possibly work with JDK 1.0. Copyright Jonas Norling 2000 GNU General Public License applies (www.gnu.org) see FractalApplet.html for usage instructions. REVISION HISTORY 2000-12-13 Project started. 2000-12-23 Stable. Mandelbrot and Julia fractals. A few bugs in the selection code. 2000-12-24 Stomped out a few bugs and added FractalCanvas.setEnabled() half an hour before the Christmas gift orgy. Finished? 2000-12-28 Played some with javadoc