()
| 604 | |
| 605 | |
| 606 | public void showExamplesFrame() { |
| 607 | if (examplesFrame == null) { |
| 608 | examplesFrame = new ExamplesFrame(base, this); |
| 609 | } |
| 610 | examplesFrame.setVisible(); |
| 611 | } |
| 612 | |
| 613 | |
| 614 | // . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . |
no test coverage detected