How would you go about designing a GUI where you can 'drag select' several image icons and associated text? The idea I have in mind is a simple image manager which displays on a jpanel a jlabel for each image name with a thumbnail of the image as an icon.
Then the idea is that you could then perform operations on the selected images - apply a tag, such as 'friends', to them perhaps.