Re: bad TableView example in the tutorial

2015-07-30 Thread Tom Schindl
On 23.07.15 13:35, Henning Brackmann wrote: > https://docs.oracle.com/javase/8/javafx/user-interface-tutorial/table-view > .htm > > > > Why are the SimpleStringProperties in the person class private? > > > > IMHO the Person class should be: > > > > Example 13-3 Creating the Person Class

bad TableView example in the tutorial

2015-07-29 Thread Henning Brackmann
https://docs.oracle.com/javase/8/javafx/user-interface-tutorial/table-view .htm Why are the SimpleStringProperties in the person class private? IMHO the Person class should be: Example 13-3 Creating the Person Class public static class Person { public final SimpleStringProperty fir