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.
Currently I am struggling with editing the data already in the table. I can click and edit, but then if I double click again on the cell it reverts back to the original value. If I try and get the value programmatically, it is still getting the original value, even though the display is showing the new value. You can see my code here: https://github.com/jscancella/heirloom I am using java version "1.8.0_251" Thank you in advance for any help! -- ~John Scancella