()
| 1632 | |
| 1633 | |
| 1634 | protected void rebuildSketchbookMenu() { |
| 1635 | sketchbookMenu.removeAll(); |
| 1636 | populateSketchbookMenu(sketchbookMenu); |
| 1637 | } |
| 1638 | |
| 1639 | |
| 1640 | public void populateSketchbookMenu(JMenu menu) { |
nothing calls this directly
no test coverage detected