What\'s the best way to get a value of a TextArea after a key is typed, including this character?
If I do it in the even listener, textarea.getText() return
textarea.getText()
You need to use a DocumentListener and wirte your code in one of the xxxupdate() methods.