()
| 717 | |
| 718 | |
| 719 | public void showSketchbookFrame() { |
| 720 | if (sketchbookFrame == null) { |
| 721 | sketchbookFrame = new SketchbookFrame(base, this); |
| 722 | } |
| 723 | sketchbookFrame.setVisible(); |
| 724 | } |
| 725 | |
| 726 | |
| 727 | // . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . |
no test coverage detected