Hi all,
I am calling the same
applet two times in a browser. So i declared all the variables to be shared by the 2 applets as "private static".
Now i want the applets in 1 browser to be independent of the applets in another browser when multiple browsers are invoked.(remember that each browser has 2 applets each).
In other words,same applets invoked in MULTIPLE BROWSERS should be independent of each other. How to go about doing that?
Thanks in advance.