()
| 675 | |
| 676 | |
| 677 | public void showExamplesFrame() { |
| 678 | if (examplesFrame == null) { |
| 679 | examplesFrame = new ExamplesFrame(base, this); |
| 680 | } |
| 681 | examplesFrame.setVisible(); |
| 682 | } |
| 683 | |
| 684 | |
| 685 | // . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . |
no test coverage detected