Hi,
I am looking for a possibility to allow the user to mark/select text in a TextFlow control in order to allow him to copy it to the clipboard.
According to what I see here (and I tried it out), TextFlow seems good for what I need, but I couldn't find a way to copy the text via selecting and Ctrl+C:
https://wiki.openjdk.java.net/display/OpenJFX/Rich+Text+API+Samples
Is there any possibility to make the text selectable, just like in TextArea.
Thanks!