()
| 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()) { |
nothing calls this directly
no test coverage detected