MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / setup

Method setup

ij/src/main/java/ij/plugin/Clipboard.java:97–100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95 }
96
97 void setup() {
98 if (clipboard==null)
99 clipboard = Toolkit.getDefaultToolkit().getSystemClipboard();
100 }
101
102 void copyToSystem() {
103 this.gImp = WindowManager.getCurrentImage();

Callers 2

copyToSystemMethod · 0.95
showSystemClipboardMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected