-
launching an applet within another applet
Hi! Hope you have the time to help me. realy appreciate it.
From an applet by pressing a Button , I need to launch a second applet in
seperate window. (These applets will be communicating).
I created a Frame and added the second applet to it.
But on the status line I get "Warrning Applet window", which doesn't look
nice. And I don't want to sign my applet and making it trusted
Also I tried
URL _url= new URL(given);
this.getAppletContext().showDocument(_url, "newpage");
but I only want a new simple window with no toolbar,menubar.
so the question is:
is it possible to instansiate a applet class and call it to be lanuched
in a new window from another applet?
Thanks for any help
Regards
Reza
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|