I have JavaFX 2 app, and I need to perform some actions when TextField loses focus. But I do not see any events happening on the node when it loses focus.
Is it possible to somehow listen for focus lose event on TextField?
Add a ChangeListener to the TextField's focusedProperty.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With