标签: java windows swing clipboard
正如标题所说,如何将彩色/样式文本复制到Java中的Windows剪贴板?
文字位于JEditorPane,如下所示:
JEditorPane
JEditorPane je = new JEditorPane("text/html","a <font color=\"yellow\">banana</font>");
选择文本并按 ctrl + c 后,我想复制并粘贴文字,但样式仍然有效。
答案 0 :(得分:0)
无法复制为纯文本。您需要使用CF_HTML或RTF格式。