Sorry if this is a FAQ. But I (really) found no clue anywhere.

I have a Swing applet.
Tested on Linux/Debian/Mozilla/Blackdown 1.3.1
and Windows/2000/IE/Sun 1.3.1_01.
The behavious is exactly the same:
the init() method is called each time the browser displays the applet.

I tested the applet at:
http://java.sun.com/docs/books/tutorial/applet/overview/lifeCycle.html
and it fails too (the "init..." string appears each time you access the 
page,
instead of only once).

The major problem is that there is no way to keep applet state during 
browsing.
Each time you access the page, a brand new applet is launched.

This is not the case, if you use internal JVMs of browsers (but then, of 
course, you
have Java 1.1).

Any help is welcome.


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to