Home » Unlabelled » How can I arrange for different applets on a web page to communicate with each other? | Java Applets
Wednesday, 15 February 2012
How can I arrange for different applets on a web page to communicate with each other? | Java Applets
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:
Post a Comment