Nikky
07/18/2018, 1:33 AMtabs.bind(controller.list) {
Tab(it.toString() ).apply {
vbox {
label {
text = it
}
}
}
}
this works a little better .. it properly adds and removes tabs but there is still no content in the tabs