I have a TCP Client running in a Thread. Now I am getting Messages from the TCP Server. The Messages are saved as an int variable.
At the Moment I am using prinln method to see the Messages.
But I would like to Show that on the GUI. How can I do that?