Very basic question. I have view like this ```hbox...
# tornadofx
j
Very basic question. I have view like this
Copy code
hbox {
                textarea {
                }
                button("Send") {
                }
            }
How can I add event listener on button?