The method computeArea calculates and returns the area of the polygon using a specific formula. It considers the number of vertices and the x-values of the first and last vertices. The method ...
I'm learning Java by writing a Mandelbrot program. I can draw the image, then use the mouse to choose an area to magnify. Works great, except... When I choose the area to magnify (mouse down, move ...