I’m building an app that lets a user select a folder, the app then collects all of the images in that folder and allows the user to add captions and descriptions. Essentially an interface that generates XML that drives a Flash photo gallery.
I’m now looking at various ways to provide some way for the user to rearrange those images in a different order. I’m leaning toward some window of thumbs that allow drag and drop functionality, but…
1 – I’m a total Java noob so this is beyond my skill set today. Though I am willing to tackle it if…
2 – Is this a good GUI user friendly approach? Are there other methods that will provide a better user experience?
Essentially, I’m looking for ideas, a kind of what have you seen and used that is elegant and easy to use that provides this functionality.
If there are code examples that can be added, that would be perfect…
Consider