You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not possible to synchronize property values that are contained in a collection, e.g, the StringProperty that is the value of an ObservableMap is not synchronized: private final MapProperty<Object, StringProperty> exampleMap;
It is not possible to synchronize property values that are contained in a collection, e.g, the StringProperty that is the value of an
ObservableMapis not synchronized:private final MapProperty<Object, StringProperty> exampleMap;