From: charlie@angeles.eng.sun.com (Charlie Lai)
Message-Id: <199807091749.KAA12128@angeles.eng.sun.com>
Subject: Re: can frames be used in trusted applets
To: pkpatil@hotmail.com (Pramod Patil)
Date: Thu, 9 Jul 1998 10:49:57 -0800 (PDT)
In-Reply-To: <19980707205339.13676.qmail@hotmail.com> from "Pramod Patil" at Jul 7, 98 01:49:10 pm
hi,
> We here at Prosoft Technologies are wondering if we can use frames in
> Applets and the applets still being trusted applets. If we want to
> retain our applets as trusted ones and if for this we are not supposed
> to use frames then, what we can use for popping up error messages.
in 1.1, untrusted applets can pop up a Frame, but it will
have a warning banner which says, "Warning: Applet Window".
signed and trusted applets can pop up a Frame without a
warning banner.
in 1.2, any applet can pop up the Frame with the same warning banner.
if you don't want the banner, the person running the applet has
to give it the following permission:
java.awt.AWTPermission "showWindowWithoutWarningBanner"
thanks,
charlie