我想通过O.Reilly-Swing.Hacks的预览实现简单的JComponent-Drag-and-DropHack69.TranslucentDrag-and-Drop.我的问题是如果TransferHandler开始拖动MouseMotionListener停止执行mouseDragged()。这是一个小示例代码:一个带有绿色和红色边的小窗口。绿色的Side不开始拖动,总是执行mouseDragged()但exportDone()永远不会到达。红色方通过exportAsDrag()开始拖动,但之后mouseDragged()将不再起作用。publicclassDragexten