-1
I have developed a client-server chat and I am incrementing some functions to make it more presentable and complete. One thing I still don’t know how to do is display a string within a text field.
As soon as I run the program, I ask the user to enter his name in the dialog field and store it in a string.
I would like this string to be shown in a text field (below the chat photo and the respective field where I want the String name to be shown).
Provide a code that is a [mcve], so it will be possible for anyone to run and test.
– user28595
I just want to know how to display a string in a Text Field. No need to post all the code as the rest is functional.
– Brendon Andrew