Take a look at this sample. In the Controller, the...
# tornadofx
e
Take a look at this sample. In the Controller, the
hello
function is actually private. The only way to access it is via the
helloCommand
, which turns the action into a command, and configures it to always run on the UI thread.