Skip to content

Tag: clipboard

Java clipboard is not shared with system

I have an JEditorPane field formatted as HTML and when I’m copying it to clipboard the system is losing all the line breaks. Text inside JEditorPane : When copying with Ctrl + C and paste it in Notepad++ the text is: So, I’ve intercepted the Ctrl+C: And I’ve tried do modify it: but the text …