When a FileChooser is included in a simulation and the later is used as an applet a security exception is raised and the applet fails.
This is fine, but unfortunately it also happens when _isApplet() is used to make sure FileChooser is only used when the simulation is not run as a standalone program, as in the enclosed simulation.
Is there any workaround to allow the same source to generate simulations to be run standalone and as an applet?