us.ihmc.utilities.camera
Class ChatWindowUDPStringReceiver

java.lang.Object
  extended by us.ihmc.utilities.camera.UDPStringReceiver
      extended by us.ihmc.utilities.camera.ChatWindowUDPStringReceiver

public class ChatWindowUDPStringReceiver
extends UDPStringReceiver

Last updated by: mjohnson On: 5/16/11 10:32 AM


Constructor Summary
ChatWindowUDPStringReceiver(int port)
           
 
Method Summary
 javax.swing.JTextArea getChatWindow()
           
 
Methods inherited from class us.ihmc.utilities.camera.UDPStringReceiver
main
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChatWindowUDPStringReceiver

public ChatWindowUDPStringReceiver(int port)
                            throws java.net.SocketException
Throws:
java.net.SocketException
Method Detail

getChatWindow

public javax.swing.JTextArea getChatWindow()