Hi,
How can I link a variable and a text box in the simplest possible way?
I.e. If the user changes the text box contents the variable changes and if the program changes the variable the text in the text box changes.
N.B. I'm using the swing and awt libraries.
Thanks in advance.