I have some JavaFX TextFields that receives only one character. When typing this unique character the focus should move to the next Textfield control. Using Swing is easy (KeyboardFocusManager), but in JavaFX I have not found.
I really apreciate any help.
Thanks a lot.