Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 Oct 1999 18:24:05 -0400
From:      Kevin Venkiteswaran <kevin.v@BinaryDesign.on.ca>
To:        freebsd-java@freebsd.org
Cc:        Chameleon <swen@wavefire.com>
Subject:   Re: reloading applet
Message-ID:  <37FA7A85.B03D7166@BinaryDesign.on.ca>
References:  <3.0.32.19991005094017.016902b0@mail.wavefire.com>

next in thread | previous in thread | raw e-mail | index | archive | help

> I'm having a problem with a java applet, and i was wondering if neone here could help me...
> the applet is embeded in a page, and when the page is resized, it dies.
> does neone know how to force a browser to do a <shift><reload> or a <shift><restart> ??

In most browsers, when the window is resized it calls stop() on all
applets, then start() again.  make sure any code that is in those
methods can be called multiple times (at unexepected times)  and still
work.

good luck,
kevin


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?37FA7A85.B03D7166>