Search:

Type: Posts; User: Norm

Search: Search took 0.14 seconds.

  1. Replies
    21
    Views
    1,562

    Re: Mouselistener issues

    Sorry, I can't see the "red error" from here.
    What is the symbol that is not found?
    Please copy and post here the source line where that symbol is used that causes the error.
  2. Replies
    21
    Views
    1,562

    Re: Mouselistener issues

    Please copy the full text of the error message and paste it here. It has important info about the error.
  3. Replies
    21
    Views
    1,562

    Re: Mouselistener issues

    These are calls to the add listener methods:

    this.addMouseListener(this); // Mouselistener
    this.addMouseMotionListener(this); // Motionlistener

    A listener will be added each time...
  4. Replies
    21
    Views
    1,562

    Re: Mouselistener issues

    I was talking about calls to the addListener method. Each call will add another listener.
    If you are not sure how many times the call to the add method is made, add a println() statement just...
  5. Replies
    21
    Views
    1,562

    Re: Mouselistener issues

    Has the listener been added 3 times? It will get one call for each time it was added.
Results 1 to 5 of 5