Join Slack
Powered by
If you do this as a reaction to a browser event, m...
# tornadofx
e
edvin
03/19/2017, 10:01 PM
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.
Open in Slack
Previous
Next