Hi,
I have developed a java application involving jTree with extensive drag and drop support, which runs correctly in my Linux box. However, when I switch to a windows box and access the same linux box using xming or cygwin x-server, the drag and drop in jTree stops working. Interestingly, rest of the application still works fine. After analyzing a bit I found that x-server is able to recognize the drag event but fails to recognize a drop event.
Is there any setting, which should be done prior to running the application?
Here is a sample code which behaves in exactly same way.
http://www.java2s.com/Code/Java/Swin...ragandDrop.htm
So I think it's some setting problem only.
Has anybody come across something similar?
Please let me know.
TIA
Shefali