If you do this as a reaction to a browser event, m...
# tornadofx
e
If you do this as a reaction to a browser event, make sure you're on the UI thread when you call
toFront()
. You can wrap it in
Platform.runLater
if you want.