A spiral is a two- or three-dimensional shape composed of lines which continuously wrap around a center point.
I'm working on a Java programming exercise where I'm supposed to draw a rectangular spiral with the drawLine method. Here's …
java graphics spiral