0

I want to copy all text or selected text from Pane for that I haven't found any function in javaFX. And that copied string/text should be paste into OS files or such place where I can paste. Any Idea would be appriciated. enter image description here

Thanks in advance

Dhiren Hamal
  • 874
  • 1
  • 12
  • 31
  • 1
    Does http://stackoverflow.com/questions/22534067/copiable-label-textfield-labeledtext-in-javafx help? – James_D Jun 09 '15 at 11:18
  • You didn't understand my question. – Dhiren Hamal Jun 09 '15 at 11:32
  • 2
    So explain it better. I thought you wanted to display text, and allow the user to be able to select and copy it. – James_D Jun 09 '15 at 11:37
  • 1
    How exactly is your question to be understood? In the header you want a right click option, in the text you want to copy something from a container? Also, how is this rather primitive question upvoted 3 times in such a short time? – Roland Jun 09 '15 at 11:39
  • @James_D you understand exactly what I want but I followed that you given link that did not work on Pane and Label Node. – Dhiren Hamal Jun 09 '15 at 16:07
  • 1
    The whole point of that post is that you can achieve what you want with a text field. – James_D Jun 09 '15 at 18:15
  • @James_D adjactly sir that post is about TextField only but I want to do same thing on Label or any pane. – Dhiren Hamal Jun 10 '15 at 04:25
  • Use a TextField *instead* of the Label. – James_D Jun 10 '15 at 10:46

0 Answers0