Java FX 8 table row highlighting
问题 I have a Java FX8 Table, I have populated it using an observable list. The table is displaying the populated data. During user interaction a new row is created, I add this new data to the observable list. The table gets refreshed. I know how to move focus as well as to scroll to this newly added row. However I want this row to be highlighted to show that it is newly added. How do I get a reference to the whole row as a Node, so that I can use this node value to highlight the row. 回答1: Use a