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

Method run

ij/src/main/java/ij/gui/PlotWindow.java:375–378  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

373 if (!wasActivated) {
374 new Thread(new Runnable() {
375 public void run() {
376 IJ.wait(50); //sometimes, window layout is done only a few millisec after windowActivated
377 wasActivated = true;
378 }
379 }).start();
380 }
381 }

Callers

nothing calls this directly

Calls 9

waitMethod · 0.95
getNumPlotObjectsMethod · 0.95
useTemplateMethod · 0.95
setPlotMakerMethod · 0.95
getProcessorMethod · 0.95
setImagePlusMethod · 0.95
getPlotMethod · 0.65
setPlotMethod · 0.45
setProcessorMethod · 0.45

Tested by

no test coverage detected