This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JavaFX and the fly likes How to populate TableView data on the other screen TextField Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JavaFX
Reply Bookmark "How to populate TableView data on the other screen TextField " Watch "How to populate TableView data on the other screen TextField " New topic
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
    
    3

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.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: How to populate TableView data on the other screen TextField
 
Similar Threads
The import javafx cannot be resolved
Directed Graph Framework Compatible With JavaFX 2.x
Adding CSS produces error
How to embed JavaFX 2.0 application with jsp (to deploy it on server)
Have any good idea to put image on TextArea ?