does anybody know how to cleanly have a form that ...
# tornadofx
z
does anybody know how to cleanly have a form that is enclosed in a tabpane? Doing
Copy code
form {
    tabpane {
        ...
    }
}
gives a whole janky look, swapping
form
with
tabpane
may work but it leads to the issue of how to resolve a
buttonbar
and the issue that every tab is a new form... (but since a form is just a VBox, put this tabpane in a vbox with the buttonbar at the bottom?)