abhinay
ObservableList<String> list = FXCollections.observableArrayList("A", "B", "C"); ReadOnlyListProperty<String> readOnlyListProperty = new ReadOnlyListWrapper<>(list);