Hello all: 
 
I have an application in which in a JSplitPane I have a class DndTree that extends JTree and implements DragSourceListener, DragGestureListener in the left side and a JInternalFrame in the right side; my application make Drag and Dop from DndTree to the JInternalFrame (while non serialice DndTree) without problems. DndTree is serializable when leaving the application and restored when beginning, which make ok. 
My problem is when once initiate the application and restored the DndTree, the Drag and Drop no work.  
Could you help me with this problem???. 
 
Any suggestion will be vastly grateful. 
 
Thank you

Reply via email to