Wednesday, February 7, 2007

How can I arrange for different applets on a web page to communicate with each other?

Name your applets inside the Applet tag and invoke AppletContext’s getApplet() method in your applet code to obtain references to the
other applets on the page.

SOURCE : www.referjava.com

No comments: