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

Method run

ij/src/main/java/ij/gui/PlotDialog.java:523–523  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

521 * dialog is owned by the original PlotWindow, the WindowManager will see the original plot as active,
522 * but the user interface will show the high-res plot as foreground window */
523 EventQueue.invokeLater(new Runnable() {public void run() {IJ.selectWindow(hiresImp.getID());}});
524
525 if (IJ.recording()) {
526 if (Recorder.scriptMode()) {

Callers

nothing calls this directly

Calls 2

selectWindowMethod · 0.95
getIDMethod · 0.80

Tested by

no test coverage detected