I'd like to know if there is an easy way to get character input from a JTextField in Java as they happen, not after an enter keystroke.
In my case I want the characters (text) to be read in, and when the enter key is hit, do something with the characters already collected.