<@U6PRZS9LZ> You can either use a Fragment or use ...
# tornadofx
e
@ajithprasaad You can either use a Fragment or use a View with Scopes for this. You shouldn't "use A.class' text field in B.class", you should only share model state between the views, ie. manipulate properties of a shared ViewModel.
👍 2