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

Method showCode

ij/src/main/java/ij/gui/Toolbar.java:2115–2120  ·  view source on GitHub ↗
(String title, String code)

Source from the content-addressed store, hash-verified

2113 }
2114
2115 public static void showCode(String title, String code) {
2116 Editor ed = new Editor();
2117 ed.setSize(550, 450);
2118 ed.create(title, code);
2119 IJ.setKeyUp(KeyEvent.VK_SHIFT);
2120 }
2121
2122 private boolean isMacroSet(int id) {
2123 if (tools[id]==null)

Callers 3

itemStateChangedMethod · 0.95
installMacroFromJarMethod · 0.95

Calls 3

createMethod · 0.95
setKeyUpMethod · 0.95
setSizeMethod · 0.45

Tested by

no test coverage detected