()
| 386 | |
| 387 | |
| 388 | @SuppressWarnings("unused") |
| 389 | public JMenu getToolbarMenu() { |
| 390 | if (toolbarMenu == null) { |
| 391 | rebuildToolbarMenu(); |
| 392 | } |
| 393 | return toolbarMenu; |
| 394 | } |
| 395 | |
| 396 | |
| 397 | public void insertToolbarRecentMenu() { |
nothing calls this directly
no test coverage detected