D
David Lamb
Some months ago people here advised me to use Java Web Start (jnlp) to
develop something, and I'm finally getting time to begin investigating
how to use the javax.jnlp package. I've just implemented the action for
opening a file using the openFileDialog of the file opening service,
and selecting a file and reading its contents works fine. I've not been
able to find any explanation of how to use the path hint parameter,
though; the javadocs and tutorial just say it's a hint and nothing about
what sort of hint to give, other than supplying "null" for default
behaviour.
Can anyone tell me how to use this parameter? Can it be used to, for
example, start the next dialog in the same directory as the previous one?
develop something, and I'm finally getting time to begin investigating
how to use the javax.jnlp package. I've just implemented the action for
opening a file using the openFileDialog of the file opening service,
and selecting a file and reading its contents works fine. I've not been
able to find any explanation of how to use the path hint parameter,
though; the javadocs and tutorial just say it's a hint and nothing about
what sort of hint to give, other than supplying "null" for default
behaviour.
Can anyone tell me how to use this parameter? Can it be used to, for
example, start the next dialog in the same directory as the previous one?