MCPcopy Index your code
hub / github.com/processing/processing / showExamplesFrame

Method showExamplesFrame

app/src/processing/app/Mode.java:677–682  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 4

actionPerformedMethod · 0.95
rebuildExamplesFrameMethod · 0.95
actionPerformedMethod · 0.80

Calls 1

setVisibleMethod · 0.65

Tested by

no test coverage detected