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
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