Got it. Thanks! "Farwell, Paul" wrote:
> I believe the rule is that the status bar will appear for a heavyweight > window displayed in a unsigned applet. It doesn't matter whether the window > is a JFrame, a popup window or (IIRC) a tooltip - provided the window is > heavyweight. If you don't see the message, your window is a lightweight > window or you are running in an open/unsecured environment (e.g. a signed > jar, an altered java.policy file, or running as a standalone Java app). > > -----Original Message----- > From: Aleksandr Kravets [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 30, 2003 5:33 PM > To: Farwell, Paul > Cc: Swing Forum > Subject: Re: JFrame question > > Strange, because when my applet downloads a jar file, there is no status > bar. Is > that frame also regular JFrame or something else? > > "Farwell, Paul" wrote: > > > The only way to get rid of the status bar message (that I am aware of) is > to > > sign your applets. Sun has done this by design for any heavyweight window > as > > a (reputed) security feature. > > > > -----Original Message----- > > From: Aleksandr Kravets [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, July 30, 2003 5:22 PM > > To: Swing Forum > > Subject: JFrame question > > > > Hi, > > > > When I call JFrame from my Applet, JFrame appears with a status bar > > saying 'Java Applet Window'. Is there a way to get rid off this status > > bar? > > > > thanks, > > Alex K > > > > _______________________________________________ > > Advanced-swing mailing list > > [EMAIL PROTECTED] > > http://eos.dk/mailman/listinfo/advanced-swing _______________________________________________ Advanced-swing mailing list [EMAIL PROTECTED] http://eos.dk/mailman/listinfo/advanced-swing
