Java program for displaying and navigating the Mandelbrot set.
Open the project in IntelliJ and specify the project SDK by going to File > Project Structure... > Project > SDK.
To start the program, run the main
method in the MandelbrotNavigator
class located in src/main/java/edu/mandelbrotnavigator
.