Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am relatively new to java and javafx. So my program is a product of my growing java skills:) and "thankfully" copying stuff from the growing quantity of javafx howto's.

Well now i am stuck on a problem and I have spent now quite a time looking for the solution before asking you guys. Basically I have builtin this application a very simple ftp-client using the apache common library, which does a connection and loads the ftpfiles into a tablerow and one can browse through the directories, what for I have implemented some FTPCLient functionalities on a seperate class. Well I already have set up a dragin-files functionality from the os's filesystem into the tableview, which does the upload of files part very well.

But know I would like to be implement the drag/copy file from the tableview to the filesystem. I am very thankful if anyone could give me a short description on how to do that. I think I could get that done, if I could get the path of the target-directory when dragging to it. Probably set up in a row- or cellfactory.

Thanks in advance guys,

share|improve this question
Anybody??? IdeaPP – Ilir Dec 10 '12 at 15:17

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.