JavaFx - How to display SimpleStringProperty value in TableView
问题 I am busy working through a tutorial and am stuck on one point. Basically launch new scene and display values from ObservableList of type Person in a table view. The person class consists of 3 SimpleStringProperty’s firsName, lastName and email. But when I run the app it seems to display the values of the SimpleStringProperty [StringProperty [value:actualvalue]] in the table and not the value of the SimpleStringProperty. If I change the Person’s class getFirstName method to return a String