> Is filechooser a swing object ? I am using SWT. Does that matter ?
>>Is filechooser a swing object ? I am using SWT. Does that matter ?
My apologies: I read your request too hastily. FileChooser
is indeed a Swing class; I have no idea what equivalent SWT may
have.
> There is a file browser for SWT called FileDialog. Its in
> org.eclipse.swt.widgets.FileDialog
Sounds plausible. Was the documentation encouraging?

Signature
Eric Sosman
esosman@acm-dot-org.invalid
me2 - 08 Nov 2006 18:57 GMT
> My apologies: I read your request too hastily. FileChooser
> is indeed a Swing class; I have no idea what equivalent SWT may
[quoted text clipped - 4 lines]
>
> Sounds plausible. Was the documentation encouraging?
Yep, the documentation was encouraging and it flat out works. I've since
written and tested it.
Thanks for your help.