-
Bug
-
Resolution: Fixed
-
P3
-
1.4.0
-
beta
-
generic
-
generic
-
Verified
On Dragging multiple nodes from a JTree to any JTextComponent is not in the same sequence as the node sequence in the JTree.
To reproduce the problem :
1. Extract the attachment (Code attached)
2. Compile and run the program.
3. Select more than one node of a JTree, and drag-n-drop them into JTextPane adjacent to it. Notice that the sequence of data transferred to drop target is in reverse order of the nodes sequence in JTree.
To reproduce the problem :
1. Extract the attachment (Code attached)
2. Compile and run the program.
3. Select more than one node of a JTree, and drag-n-drop them into JTextPane adjacent to it. Notice that the sequence of data transferred to drop target is in reverse order of the nodes sequence in JTree.