Search:

Type: Posts; User: nasi

Search: Search took 0.08 seconds.

  1. Thread: MouseDraged

    by nasi
    Replies
    4
    Views
    1,649

    Re: MouseDraged

    what I undrestand, is that when ever mouse is dragged the "mouseDragged(MouseEvent arg0)" method is called and only in that situation it should execute the method body which is



    query =...
  2. Thread: MouseDraged

    by nasi
    Replies
    4
    Views
    1,649

    Re: MouseDraged

    I want the event to be sent after highlighting a text with mouse. (pressing the mouse, kepping it pressed, moving it, releasing) isn't it a mousedragged method?
  3. Thread: MouseDraged

    by nasi
    Replies
    4
    Views
    1,649

    MouseDraged

    why does this code execute multiple time when I start dragging the text. shouldn't it wait until I release the mouse key and then get the selected text? another problem is that it executes first...
Results 1 to 3 of 3