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

Method showSketchbookFrame

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

Source from the content-addressed store, hash-verified

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

Callers 3

actionPerformedMethod · 0.80
actionPerformedMethod · 0.80

Calls 1

setVisibleMethod · 0.65

Tested by

no test coverage detected