Returns a reference to the ImageJ toolbar.
()
| 313 | |
| 314 | /** Returns a reference to the ImageJ toolbar. */ |
| 315 | public static Toolbar getInstance() { |
| 316 | return instance; |
| 317 | } |
| 318 | |
| 319 | private void drawButtons(Graphics g) { |
| 320 | if (g==null) |
no outgoing calls
no test coverage detected