I am playing with the examples from PRO-JavaFX 8, an excellent book by the way. I have a table cell with some text, and I would like to make the text selectable so that I can copy it.
Asked
Active
Viewed 211 times
0
-
1Please can you post the code that you've tried? – Dr Rob Lang Mar 02 '17 at 16:34
-
1a hint as broad as your question: you need a cellFactory that uses a not-editable TextField for showing the content :-) – kleopatra Mar 02 '17 at 18:23