Problem with Drag and Drop

2002-02-28 Thread Jaime Yeckle
Hello all: I have an application( MyAplication ) witha JSplitPane. On the left side( of JSplitPane)I have a class DndTree that extends JTreeand implements DragSourceListener and DragGestureListener. On the right side I have a JInternalFrame containing a JPanelwith other componets like

RE: problem with Drag and Drop

2001-10-16 Thread CLARK,RAND (HP-Roseville,ex1)
To: '[EMAIL PROTECTED]' Subject: problem with Drag and Drop Hi I have written a Drag and Drop programme in which Drag source is the Table and Drag Target is the Tree. As the mouse moved on the Tree the nodes should get highlited , but it is not happening . Will you please help me? Thanks