This program is a networked interaction with other web browsers. As you type in text, the text is sent to everyone else. Incoming text is partitioned onto the screen and shown serially.

This was similar to a problem in MAS964, so I made my program a possible client for both systems. The mouse clicks translate into MAS964 events, and the keyboard translates into MAS962 events. Also, you can make the applet a router so that it forwards events from one network space to the other.