I think we also concluded that if you only supply ...
# tornadofx
e
I think we also concluded that if you only supply an action, and don't configure a button in any other way, it looks clean to do
button("Click me").action { doSomething() }
.
👍 1