JTextArea jta=new JTextArea();
jta.paste();
不过前提是系统的剪帖版 里面要有东西
你要复制,也可以先选中一段文字,然后再调用它的jta.copy();
int |
getCaretPosition() Returns the position of the text insertion caret for the text component. |
void |
insert(String str, int pos) Inserts the specified text at the specified position. |