Mandelbrot Explorer App

Generated in real-time, this multi-threaded Java program allows you to explore the Mandelbrot set.
You can zoom in by dragging over a portion of the display, and change the maximum number of iterations using 'X' and 'C', as demonstrated in the video.
For example, this is my complex numbers class which handles anything I would ever need to do with complex numbers.
