A Mandelbrot set is constructed. Select a rectangular region in display to zoom into image. Keep pressing key 'm' while dragging a rectangle.
Note, this is a tutorial applet on image handling in JavaView and should not be used to study fractals, for example, the rectangular region does not maintain aspect ratio of the fractal.
View source code:
PaFractalImage.java of applet
PjFractalImage.java of project
PjFractalImage_IP.java of info panel.