pro_java_server thread: how to insert an applet within a applet.
hi!
Thanks for the reply , but my problem is that i want that the banner of my first applet should be the second applet, in which i
have inserted animation using threads .
Like there is a chat window and it is a applet and the banner it of it should be an animation, so that's why this came to my mind
that why can't i insert the second applet inside the first applet to solve my problem..
if any more suggestions , i would definitely like to hear from u guys..
Van Minh Kieu wrote:
> I have never though about it...but my first approach is:
>
> If you written both applets, then it is easy enough to change the code so
> that you can do 2 things at the same time. ament after all Applet is just
> another class ? But if you only own one applet...then you might have to do
> something cunning:
<snip>
> Hope I give you some different perspective....
>