Perry Smith

Java Questions & Answers

Archive

Home / Java Q & A Archive Page 4 / Java Q & A Archive / Java Main Page

problem with applets
Thursday, 27-May-1999 08:01:42

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


Re: problem with applets
Sunday, 06-Jun-1999 15:10:16

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

Home / Java Q & A Archive Page 4 / Java Q & A Archive / Java Main Page