================================= ================================= ================================= I have a cell editor that contains a little button and then a textfield that can be used to edit the value inline I use setSurrendersFocusOnKeystroke(true) and a focus listener in order to allow a user to start editing immediately from the keyboard, but the trouble is the fisrt key pressed seems..