I have an applet whose internal state can be extensively modified by
the user.  As I have it now, if the user leaves the applet's page and
then returns to it, the applet that comes up is in its pristine state
(i.e. its state right after init() executes); the state that the user
arrived to before leaving the page is lost.

Is there any way to preserve this state across browsing (so that
returning to the applet's page returns the user to the applet as
he/she left it)?

Thanks!

KJ

PS: please Cc me in your reply
_______________________________________________
Swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/swing

Reply via email to