I wanted a nice way to activate the textfield when...
# tornadofx
e
I wanted a nice way to activate the textfield when it becomes visible, so I added a
whenVisible
function and used it like this:
whenVisible { requestFocus() }
👍 3