I developed a client-server chat and I'm adding some functions to make it more presentable and complete. One thing I still do not know how to do is display a string inside a text field.
As soon as I run the program, I ask the user to enter his name in the dialog box and store it in a string.
Iwouldlikethisstringtobedisplayedinatextfield(belowthechatphotoanditsfieldwhereIwanttheStringnametobeshown).