public void copy(String str) { StringSelection stsel = new StringSelection(str); Toolkit.getDefaultToolkit().getSystemClipboard().setContents(stsel, stsel); }