Re: applet windows without warning text

Charlie Lai (charlie@angeles.eng.sun.com)
Mon, 20 Jul 1998 14:47:33 -0800 (PDT)

From: charlie@angeles.eng.sun.com (Charlie Lai)
Message-Id: <199807202147.OAA08278@angeles.eng.sun.com>
Subject: Re: applet windows without warning text
To: GrenierM@novasys.qc.ca (Grenier Manon)
Date: Mon, 20 Jul 1998 14:47:33 -0800 (PDT)
In-Reply-To: <F0600AC9BA06D211B8CA080009D16A8A6266@nemesis.novasys.qc.ca> from "Grenier, Manon" at Jul 20, 98 08:36:06 am

hi,

> I found this question on the java.sun.com web site and I wanted to know
> if I could also get a copy of the answer ?
>
> Here is the question I found :
> ***********************************
> Date: Mon, 10 Nov 1997 11:34:37 +0100
> From: ifernand <Isabel.Fernandez.Gonzalez@cern.ch>
> To: java-security@web2.javasoft.com
> Subject: applet windows without warning text
> Dear Java team:
>
>
> As you know, windows that an applet brings up look different than
> windows that an application brings up. Applet windows have some warning
> text and either a colored bar or an image.=20
>
>
> Is it possible to create applet windows without this warning text??
> HOW????
>
>
> Thank you very much for your help,
>
>
> Isabel

in jdk 1.1, if your applet is signed and trusted, the applet warning
banner does not show up. for more information on signing:

http://java.sun.com/security/signExample

in jdk 1.2, the person running the applet must configure their
policy with the following permission:

java.awt.AWTPermission "showWindowWithoutWarningBanner"

for more information on jdk 1.2 security:

http://java.sun.com/products/jdk/1.2/docs/guide/security/index.html

thanks,
charlie