I encountered a problem regarding reordering elements in a JList using Drag and Drop. This following code is a modification of a code where you could drag elements from one
See the Drop Demo from the Swing tutorial on DnD for an example that will drop on the same JList or another JList.