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 的focusProperty。