choosing multiple files?

hi!

Is there a way of choosing multiple files
with the DialogComponentFileChooser?

regards,
Martin

I'd like the answer to that too, so if anyone knows, help me out...

There is no such option to the FileChooser component. No. You can accept any string in the component, as far as I know - including wild cards. But you need to do the parsing and expanding yourself. And the browse dialog accepts only one selection.