I use Google Wave, and I want to emulate the ability to send messages before you actually hit the enter key.
Is there a Java equivalent to the C function _getc
_getc
There's no getch equivalent in java. You might as well create a GUI component and bind the keyEvent Listener.