Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.10 seconds.

  1. Replies
    7
    Views
    8,083

    Re: Drawing a pentagon

    No problem. Let us know how it goes.
  2. Replies
    7
    Views
    8,083

    Re: Drawing a pentagon

    I don't know what StdDraw is. I'd recommend you read through this instead: Lesson: Performing Custom Painting (The Java™ Tutorials > Creating a GUI With JFC/Swing)
  3. Replies
    7
    Views
    8,083

    Re: Drawing a pentagon

    You've never worked with the Graphics class at all? How have you done your drawing previously?



    What happened when you tried?

    Note that using the Polygon class is just one way to do it. You...
  4. Replies
    7
    Views
    8,083

    Re: Drawing a pentagon

    Check out the Polygon class and the Graphics class. The API is your best friend: Java Platform SE 6
Results 1 to 4 of 4