Archimedean Spiral in Java

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MBeckford05
    New Member
    • Mar 2007
    • 7

    Archimedean Spiral in Java

    Hello There !

    I would like help, in writing a Java program to output an Archimedean Spiral to the screen.

    I have read on the net what a Archiemedian Spiral is. But I'm not too familiar with Java code.
  • horace1
    Recognized Expert Top Contributor
    • Nov 2006
    • 1510

    #2
    Originally posted by MBeckford05
    Hello There !

    I would like help, in writing a Java program to output an Archimedean Spiral to the screen.

    I have read on the net what a Archiemedian Spiral is. But I'm not too familiar with Java code.
    have a look at the Java 2D graphics API
    http://java.sun.com/docs/books/tutorial/2d/index.html

    Comment

    • MBeckford05
      New Member
      • Mar 2007
      • 7

      #3
      Originally posted by horace1
      have a look at the Java 2D graphics API
      http://java.sun.com/docs/books/tutorial/2d/index.html
      Thank you ! I will take a look. Thanks once again.

      Comment

      Working...