Java Dialog Security:
When the browser attempts to load a Java Applet, various Java security dialogs may be displayed.
The type of security dialog presented will vary depending on the users Java security preferences
and how the Applet is deployed (unsigned, self signed or signed with a trusted certificate).
Blocked Applet Dialog:
This dialog occurs when unsigned or self-signed Java Applets attempt to load and the user's Java
security settings have blocked the Applet.
Sandboxed Applet Dialog:
This dialog occurs when an unsigned, sandboxed Java Applet loads.
Self-Signed Applet Dialog:
This dialog occurs when a self-signed Java Applet attempts to load.
Signed Applet Dialog:
This dialog occurs for Applets signed with a trusted certificate.