Tagged Questions
0
votes
5answers
843 views
The correct way of waiting for strings to become equal
In a Swing app a method should continue only after user enters a correct answer. The correct answer is stored in a String with user answer being set by a listener to another String. So, the code is
...