The Mandelbrot Set

Your browser can not handle Java applets. Get the latest version of Netscape instead !

Here is the final version of our Mandelbrot applet. It has a few interesting features:
you can drag the mouse to zoom in at any time
you can use the Controls button to enter parameters at any time
the applet will finish drawing, even if you leave the page, unless you select new parameters
the image size adjusts to the parameters of the applet tag

The applet, as before, is comprised of three class.

The main Applet
The control dialog
The drawing canvas

(bgw)