pseudo code:

// get the message from the client
String message = client.getMessage();

// set the text field to display the message
textField.setText( message );