Paint « Thread « Java Swing Q&A





1. Swing Mandelbrot Set - Threaded Painting    forums.oracle.com

Read the Wikipedia article on Mandelbrot sets. Then write a program called Mandel.java that takes two arguments, the length and width (in screen pixels) of a viewer in which to draw a Mandelbrot set. Your program should then draw the >complex plane scaled so that the upper left and lower right corners are the complex points -1.5+j and .5-j, respectively. Points ...