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