There is nothing wrong with putting the event hand...
# tornadofx
h
There is nothing wrong with putting the event handling together with the node builders. It could be even my general workflow to first put everything into
override val root: Parent = stackpane {...}
for experimentation and later refactor the code and seperate them into node hierarchy and event handlers.