Re: When does an Applet display a warning dialogue?

Charlie Lai (charlie@angeles.eng.sun.com)
Wed, 13 Jan 1999 18:12:08 -0800 (PST)

> How can I find out which calls will generate exceptions, and which will
> raise a warning dialogue?

i believe there's a decent overview here:
http://java.sun.com/products/jdk/1.2/docs/guide/security/permissions.html

> Is it possible to change this behaviour?

you can modify the permissions granted to your applications
by modifying your policy. for more information:
http://java.sun.com/products/jdk/1.2/docs/guide/security/index.html

thanks,
charlie