Answers

Question and Answer:

  Home  Java Applet

⟩ 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.

 124 views

More Questions for you: