javafx tableview/textfield
1010912May 24 2013 — edited May 27 2013Hi there,
I’m here to actually talk about a problem that has been asked almost everywhere but not a once discussed or even code shown !!
Even at Oracle site, all they do are nothing but mere static codes
The problem in iteself is, i have a tableview which is filled from a database !!
When i click on a row in the tableview, i want to get the first colomn’s value of the selected row !!
In java, when yu include the rs2xml.jar library, yu have a method that is getValueAt(row,coloumn) but as far as i have searched, i didn’t get to find a way to do this !!
I really need help for this, it concerns my final year’s project !!