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

Method run

ij/src/main/java/ij/plugin/Text.java:23–28  ·  view source on GitHub ↗
(String arg)

Source from the content-addressed store, hash-verified

21 private String colorName;
22
23 public synchronized void run(String arg) {
24 if (gd!=null && gd.isVisible())
25 gd.toFront();
26 else
27 showDialog();
28 }
29
30 private void showDialog() {
31 ImagePlus imp = WindowManager.getCurrentImage();

Callers

nothing calls this directly

Calls 3

showDialogMethod · 0.95
isVisibleMethod · 0.45
toFrontMethod · 0.45

Tested by

no test coverage detected