Drag and Drop and registering mouse events on components at same time

Hi, i need to write my custom TranferHandler for transfering images between JLabels and register mouseEvents on JPanel where r these JLabels in. But it seems that when exportAsDrag from mouseListener on JLabel is invoked, no other mouse events cant be registered on any components and/or mouseListeners until Drag is finished... Why is that and how to do so?

[365 byte] By [FIT_oak_CZa] at [2007-11-27 2:41:52]
# 1
In the future, Swing related questions should be posted in the Swing forum.Don't know the answer to your question, but maybe the Swing tutorial on [url http://java.sun.com/docs/books/tutorial/uiswing/dnd/intro.html]Drag and Drop[/url] will help you solve your problem.
camickra at 2007-7-12 3:06:07 > top of Java-index,Java Essentials,Java Programming...