Relative Content

Tag Archive for javafxfxml

How to request focus for a certain field?

I am developing a Login Dialog for a Smart Card Token Management with Certificate System. Below, I added example code to demonstrate the issue. If I start the application I first see a login dialog where I can enter a password for a user root. The first dialog still allows to navigate from one field to another field using tab key. But if I click the button ‘Ok’ then the focus is still on the ‘Ok’ button. Any ideas how to solve it? The focus needs to be on the first password field.

How to request focus for a certain field?

I am developing a Login Dialog for a Smart Card Token Management with Certificate System. Below, I added example code to demonstrate the issue. If I start the application I first see a login dialog where I can enter a password for a user root. The first dialog still allows to navigate from one field to another field using tab key. But if I click the button ‘Ok’ then the focus is still on the ‘Ok’ button. Any ideas how to solve it? The focus needs to be on the first password field.