<@U6L2XCXU2> I think that's way too tight coupling...
# tornadofx
e
@aayush I think that's way too tight coupling, but if you want to do that, simply inject this view into the other view where you have the button, and add the tabs there.
tabbedView.tabs.add(SomeFragmentYouWantToAdd::class)
.