()
| 5294 | // add the label in the panel |
| 5295 | SwingUtilities.invokeLater(new Runnable() { |
| 5296 | @Override |
| 5297 | public void run() { |
| 5298 | targetPanel.add(imageLabel); |
| 5299 | } |
| 5300 | }); |
| 5301 | // wake the dormant thread |
| 5302 | synchronized(this) { |
nothing calls this directly
no test coverage detected