is this still the way to go? ``` tabpane { ...
# tornadofx
r
is this still the way to go?
Copy code
tabpane {
                tab("category view", find(CategoryTabView::class).root) { tabClosingPolicy = UNAVAILABLE }
                tab("Whats new", find(WhatsNewTabView::class).root) { tabClosingPolicy = UNAVAILABLE }
            }