(String arg)
| 21 | private String colorName; |
| 22 | |
| 23 | public synchronized void run(String arg) { |
| 24 | if (gd!=null && gd.isVisible()) |
| 25 | gd.toFront(); |
| 26 | else |
| 27 | showDialog(); |
| 28 | } |
| 29 | |
| 30 | private void showDialog() { |
| 31 | ImagePlus imp = WindowManager.getCurrentImage(); |
nothing calls this directly
no test coverage detected