Help with rendering the Mandelbrot set in Java

Posted by SDLFunTimes on Stack Overflow See other posts from Stack Overflow or by SDLFunTimes
Published on 2010-04-26T20:33:50Z Indexed on 2010/04/26 20:53 UTC
Read the original article Hit count: 249

Filed under:
|
|

I wrote an implementation of the Mandelbrot set in Java using a JComponent but I'm getting strange results when I render it. Besides that everything compiles right. I'm just not for sure what I'm doing wrong with it. Any code review also would be appreciated.

My source is posted on pastebin since it would take up too much room here:

JMandelbrot.java Mandelbrat.java

© Stack Overflow or respective owner

Related posts about mandelbrot

Related posts about java