Search:

Type: Posts; User: Scorks

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    2,878

    Re: using ActionListeners to draw circles

    Well, x,y, and r are just the values that the user would input into the JTextFields, then upon clicking the "draw" button, I want a circle to be drawn. I just don't know how to actually invoke the...
  2. Replies
    4
    Views
    2,878

    using ActionListeners to draw circles

    Hey there,

    We're learning GUI, and I'm working on a program that takes the input of x, y, and radius, and draws a circle from those points.

    I'm stuck, because in my listener, I'm not sure how...
Results 1 to 2 of 2