Why DragHandler exportAsDrag disables my MouseMotionListener?
问题 I want to realize a simple JComponent-Drag-and-Drop with a preview from O.Reilly-Swing.Hacks Hack 69. Translucent Drag-and-Drop. My Problem is if the TransferHandler start the Drag the MouseMotionListener stop performing mouseDragged(). Here is a little Sample code: A small Window with a green and a red Side. The green Side do not start a Drag, always mouseDragged() is performed but the exportDone() will never reached. The red Side starts a Drag via exportAsDrag(), but after that the