This applet computes a region of the Mandelbrot set using client-side Java.
Drag the mouse over a region to zoom in, or enter new coordinates and hit "Go!". If you have zoomed in very far and things are very black and blobby, increase "Max. iter" and hit "Go!" to recompute.
All the source for this is in this directory.
To run it as a standalone app, just use the
MandelApp
wrapper
rather than MandelApplet
wrapper.