I have a model object which has a `val view: Objec...
# tornadofx
h
I have a model object which has a
val view: ObjectProperty<KClass<out UIComponent>>
. Is there an easy/built-in way to bind that to the
centerProperty
of a
BorderPane
?