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

Method show

ij/src/main/java/ij/plugin/GelAnalyzer.java:471–473  ·  view source on GitHub ↗
(String msg)

Source from the content-addressed store, hash-verified

469 }
470
471 void show(String msg) {
472 IJ.showMessage("Gel Analyzer", msg);
473 }
474
475 public static ImagePlus getGelImage() {
476 return gel;

Callers 3

runMethod · 0.95
selectNextLaneMethod · 0.95
outlineLanesMethod · 0.95

Calls 1

showMessageMethod · 0.95

Tested by

no test coverage detected