|
-
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
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks