Java Tip 97: Add drag and drop to your JTrees
Improve JTree usability with drag and drop Implementing drag and drop lets users manipulate data with simple mouse movements and can mean the difference between an efficient or cumbersome application. Unfortunately, one of the more useful and powerful GUI components,…