MCPcopy Index your code
hub / github.com/adolfintel/NoteBot / setClipboard

Method setClipboard

StickyNotes/src/com/dosse/stickynotes/Note.java:174–176  ·  view source on GitHub ↗

copy a string to the system clipboard @param s string

(String s)

Source from the content-addressed store, hash-verified

172 * @param s string
173 */
174 private static void setClipboard(String s) {
175 Toolkit.getDefaultToolkit().getSystemClipboard().setContents(new StringSelection(s), null);
176 }
177
178 /**
179 * read contents of system clipboard

Callers 1

actionPerformedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected