Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
JavaFX 2アプリを使用していますが、TextFieldがフォーカスを失ったときにいくつかのアクションを実行する必要があります。しかし、ノードがフォーカスを失ったときにノードでイベントが発生することはありません。
どういうわけかTextFieldのフォーカス喪失イベントをリッスンすることは可能ですか?
ChangeListenerを TextField のfocusedPropertyに追加します。