Hi John,
the model class used by your TableView is called “SimpleImmutableEntry”. The
middle part of this name should be enough to tell you what the problem is :-)
Solution: create your own custom model class and provide setters and getters
for “key” and “value”. Then the TableView will write b
Hello All,
I am hoping to get some help with setting up a TableView. What I want is a
simple two column table with each column containing Strings. I want to be
able to double click to create a new row if I double clicked on empty
space. And I want to be able to edit any cell already in the table.