On Wednesday 07 June 2006 21:30, Bob Hanson wrote: > Is it possible that when you use static variables in an applet then, > when there are multiple applets on a page all loading at the same > time, they share each other's variables? -- i.e. TRASH each other's > variables?
Depends on how the browser works. Static variables only have one instance per virtual machine, so when the browser sets up only one VM for one browser instance (not an unlikely assumption), then this will give trouble... Please search the archives... I believe this was discussed about 1-1.5 years ago too. Egon -- CUBIC blog: http://chem-bla-ics.blogspot.com/ _______________________________________________ Jmol-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-developers
