Re: Getting Two Java Applets to Communicate with Each Other




"Andrew Thompson" <SeeMySites@xxxxxxxxxxx> wrote in message news:lbbfbwesczvf.3bb8kd94m0g9.dlg@xxxxxxxxxxxxx
On Wed, 31 Aug 2005 00:45:35 GMT, Roedy Green wrote:

On 30 Aug 2005 14:38:54 -0700, kvnsmnsn@xxxxxxxxxxx wrote or quoted :

Is there a way in Java to write two applets in which one user using
one applet can send messages to be read by another user using the
other applet, at a potentially distant location?

Yes. Once you have the AppletContext

..I do not understand how the AppletContext can be used here.
The context is not guaranteed to be the same in different frames
of a web page, let alone for another applet at 'a potentially
distant location'.

I want to communicate with the applet in my left shoe that monitors
all motion and activates the blinking lights.


.



Relevant Pages