
-----------------------------------
Aziz
Thu Nov 30, 2006 9:18 am

Drag-select problems with JFileChooser
-----------------------------------
Here's the deal: I've got a JFileChooser that I want users to be able to select multiple files. It works fine now with the Ctrl and Shift clicks, but you can't drag-select. Multiselect is enabled and so is DragEnabled. I'm using the system L&F.

Hoping to find something, if not I'm going to need to find another way.

-----------------------------------
HellblazerX
Thu Nov 30, 2006 2:30 pm


-----------------------------------
DragEnabled in the JFileChooser doesn't allow you drag-select, it allows you to drag a file and drop it into another component, allowing for the ability to transfer files.  I don't think the JFileChooser is capable of doing drag-select.

-----------------------------------
Aziz
Thu Nov 30, 2006 3:05 pm


-----------------------------------
Yeah, I figured that one out, but it was worth a try :( I posted a bug report.
