I want to know how an
applet can communicate to another? Means, when I select a UI component from applet window, another applet should appear. I have tried getAppletContext() function, but it is not working. What went wrong?
Thanks to the helper, in advance.