| Author |
How to populate TableView data on the other screen TextField
|
John Volta
Greenhorn
Joined: May 24, 2012
Posts: 2
|
|
Hi guru’s
I am having problem in populating data from a table in one screen to a Text Field in the other screen. I have two classes FirstClass containing a textbox and a button. On pressing a button a second window is opened containing a Table of values. As the user double clicks a row the value of the second column of the row should be inserted into the textbox of the FirstClass. Code of both the classes is attached. Thanking you in anticipation.
|
 |
Darryl Burke
Bartender
Joined: May 03, 2008
Posts: 4163
|
|
Hello John, and welcome to the Ranch! Please BeForthrightWhenCrossPostingToOtherSites
https://forums.oracle.com/forums/thread.jspa?threadID=2393313
http://stackoverflow.com/questions/10734649/how-to-populate-tableview-data-on-the-other-screen-textfield-in-javafx-2-0
|
luck, db
There are no new questions, but there may be new answers.
|
 |
John Volta
Greenhorn
Joined: May 24, 2012
Posts: 2
|
|
|
Sorry for that, i will take care in future.
|
 |
 |
|
|
subject: How to populate TableView data on the other screen TextField
|
|
|