Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.07 seconds.

  1. Replies
    5
    Views
    2,315

    Re: MouseListener accumulating mouse clicks

    The most obvious way would be to create a constructor for CircleClicker and put the statement to add the mouse listener in there. I don't know of any way to add a mouse listener by overriding...
  2. Replies
    5
    Views
    2,315

    Re: MouseListener accumulating mouse clicks

    Question: Why is your mouse listener inside of your paintComponent method?
Results 1 to 2 of 2