JTable Drag and Drop Rows



Ok,
there are plenty of discussion on drag and drop on the news net, but
not many that give an example of how to implement re-ordering of JTable
rows using drag & drop. Could someone point me to a quick overview of
the moving parts that must be taken into account when trying to
implement drag and drop (i.e. what sort of listeners do i need to
implement and where do i need to do this?)

Also, i am suing JDK 1.5. are there any new features/functions added
that make the implementation of drag and drop simpler perhaps?

thanks much

.



Relevant Pages