``` button("Say Hello") { command = helloComman...
# tornadofx
k
Copy code
button("Say Hello") {
   command = helloCommand {
     param=myvar
  }
}
?