Robert Jaros
05/01/2020, 11:52 AMaddressbook-fullstack-jooby
example I'm using ObservableList
and DataContainer
to achieve the same result in the MainPanel
. I'm just using a list with a single value: val profile: ObservableList<Profile> = observableListOf(Profile())
and profile[0] = profileService.getProfile()