Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
run
Method · 0.95
selectNextLane
Method · 0.95
outlineLanes
Method · 0.95
Calls
1
showMessage
Method · 0.95
Tested by
no test coverage detected