i usually do this in a roundabout way. one view c...
# tornadofx
c
i usually do this in a roundabout way. one view calls for the change, say a Refresh Button. That updates a model which fires an event. Then another component picks up the change called the ViewModel. The ViewModel is bound to the 2nd View and automatically updates.