()
| 434 | |
| 435 | |
| 436 | public JMenu getToolbarMenu() { |
| 437 | if (toolbarMenu == null) { |
| 438 | // toolbarMenu = new JMenu(); |
| 439 | rebuildToolbarMenu(); |
| 440 | } |
| 441 | return toolbarMenu; |
| 442 | } |
| 443 | |
| 444 | |
| 445 | public void insertToolbarRecentMenu() { |
nothing calls this directly
no test coverage detected