Found another issue. If I use `(center as Parent)....
# tornadofx
r
Found another issue. If I use
(center as Parent).uiComponent<View>().replaceWith(view, ViewTransition.SlideIn)
, it works the first time, but after that
(center as Parent).uiComponent<View>()
returns null, so it can't be switched.