Saved Bookmarks
| 1. |
How Can I Arrange For Different Applets On A Web Page To Communicate With Each Other? |
|
Answer» Name your APPLETS INSIDE the Applet TAG and INVOKE AppletContexts getApplet() method in your applet code to obtain references to the other applets on the PAGE. Name your applets inside the Applet tag and invoke AppletContexts getApplet() method in your applet code to obtain references to the other applets on the page. |
|