Btw, I think `val groupsProperty = SimpleObjectPro...
# tornadofx
e
Btw, I think
val groupsProperty = SimpleObjectProperty(mutableListOf<GroupFX>().observable())
should be
val groupsProperty = SimpleListProperty<GroupFX>()