Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.11 seconds.

  1. Replies
    7
    Views
    9,587

    Re: counting mouse button clicks

    This post is over 3 years old. Please don't resurrect old threads like this. I'm closing this one.
  2. Replies
    7
    Views
    9,587

    Re: counting mouse button clicks

    Yeah, now that I'm looking at it a little more closely, you've got a few wonky things going on before you even get to your logic error.

    I really recommend switching to Swing instead of AWT, if...
  3. Replies
    7
    Views
    9,587

    Re: counting mouse button clicks

    That's a bit misleading, IMHO. Adding one to the integer he's using currently will simply be 1 + getClickCount(), which is usually very small. What he wants to do is increment a variable that has...
  4. Replies
    7
    Views
    9,587

    Re: counting mouse button clicks

    When posting code, make sure you use the highlight tags to preserve formatting. I added them for you this time. Also, do you really not use any indentations?

    The problem with the click count is...
Results 1 to 4 of 4