Can a JApplet use a JFileChooser so that the user can select a file on his hard-drive? Or would this violate Java applet security? (I’m assuming that the default security settings are being used. I don’t want to ask my users to grant me extra permissions.)
Can a JApplet use a JFileChooser so that the user can select a file
Share
This thread indicates that you need to digitally sign your applet before a
JFileChooseris permitted.