I am trying to get the selection from a TableView in JavaFX 2.0.
what happens is that I need to get the value of the row you selected in tableview I hope someone can help me
As would be placed on a table
I mean I want to get the data you select and if there is any way to handle an event to get the selected row automatically
you need ChangeListener and Clipboard to accomplish your task 🙂
Example Code :