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

Method getStatusBar

ij/src/main/java/ij/ImageJ.java:409–411  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

407 }
408
409 public Panel getStatusBar() {
410 return statusBar;
411 }
412
413 public static String getStatusBarText() {
414 ImageJ ij = IJ.getInstance();

Callers 2

showStatusMethod · 0.95
runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected