[cp-patches] FYI: DragGestureRecognizer

2006-05-24 Thread Sven de Marothy
I implemented these two missing methods. 2006-05-24 Sven de Marothy <[EMAIL PROTECTED]> * java/awt/dnd/DragGestureRecognizer.java (resetRecognizer): Implement. (fireDragGestureRecognized): Implement. Index: java/awt/dnd/DragGestureRecognizer.java ==

[cp-patches] FYI: DragGestureRecognizer fixlet

2006-10-30 Thread Roman Kennke
This makes DragGestureRecognizer.resetRecognizer() not discard the events object, but rather call clear() on it. This is accompanied by a Mauve test to show correctness. I also removed the not implemented tag, because I believe that this is all that should be done there. At least, this is what the