| XXX #101880 In order to avoid rescheduling the drop. The default Swing impl, first
processes the default listener (which handles the TransferHandler), and only
after notifies the other listeners, which causes an issue when doing drop.
We first need to notify the other listeners in order to provide the update
of the drop position.
XXX Be aware that in the other listeners one can't call accept/rejectDrag(Drop) otherwise it will breaks.
author: Peter Zavadsky |