file chooser

Hi

I am trying to get the file open/save dialog with webstart.

My first question is, do I have to use the JFileChooser or can I rely directly on the FileOpen Service, provided with the webstart?

And how can I set a file filter property in this way?

Thanks

Renno

[305 byte] By [renno] at [2007-9-26 4:55:34]
# 1

> I am trying to get the file open/save dialog with

> webstart.

> My first question is, do I have to use the

> JFileChooser or can I rely directly on the FileOpen

> Service, provided with the webstart?

You can use the standard Java file dialog, but in that

case you need to sign every .jar and give full permissions in the .jnlp file.

Or you use the Web Start file open service, then

you don't need to sign.

> And how can I set a file filter property in this way?

That might be described in the jnlp specification doc.

Regards,

Marc

van.woerkom at 2007-6-29 18:49:25 > top of Java-index,Desktop,Deploying...