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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Add a ChangeListener to the TextField’s focusedProperty.