163.122.21.18 writes:
In my browser I am currently running an applet, now what I want is that this applet should be removed and a new one should come in its place on the click of a button. I am new to java and can't figure this out.
pankaj
171.209.193.111 writes:
I would create a driver which displayed one applet and then the next, and have the browser load the driver. Of course then the driver has to subclass 'Applet,' but that shouldn't be a problem. MikeD