How to draw an Archimedean Spiral in Java?
Hello there! The Archimedean Spiral is a spiral that increases in distance from the point of origin at a constant rate. The program below allows you to specify the number of turns and the line width of the spiral. The source file contains two classes, Archimedean and SpiralPanel, but you should save the file as Archimedean.java, because the Archimedean class is declared as public. Enjoy! Archimedean.java Please Login or Register to read the rest of this content.