Tuesday, March 10, 2009

How can I arrange for different applets on a web page to communicate

Question :How can I arrange for different applets on a web page to communicate
with each other? (Applets)

Answer :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

No comments: