I have enabled Drag and Drop in a JList (I'm running j2sdk 1.4.2). I
did a setDragEnabled(true) on the JList, and also a
setTransferHandler(). It works except that I have to first click to
select an item in the list and then click drag to start the drag and
drop operation. Is there enable drag and drop on a JList without
having to first select an item in the list?
Thanks,
J. Anderson
Mikael Flensborg - 11 May 2005 10:53 GMT
> I have enabled Drag and Drop in a JList (I'm running j2sdk 1.4.2). I
> did a setDragEnabled(true) on the JList, and also a
[quoted text clipped - 5 lines]
> Thanks,
> J. Anderson
One of the most annoying Swing bugs:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4521075
#6 Most popular bug in suns bug database
Wonder if they ever fix it..
/Mikael