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

Method initFrame

core/src/processing/opengl/PSurfaceJOGL.java:132–140  ·  view source on GitHub ↗
(PApplet sketch)

Source from the content-addressed store, hash-verified

130
131
132 public void initFrame(PApplet sketch) {
133 this.sketch = sketch;
134 initIcons();
135 initDisplay();
136 initGL();
137 initWindow();
138 initListeners();
139 initAnimator();
140 }
141
142
143 public Object getNative() {

Callers

nothing calls this directly

Calls 6

initIconsMethod · 0.95
initDisplayMethod · 0.95
initGLMethod · 0.95
initWindowMethod · 0.95
initListenersMethod · 0.95
initAnimatorMethod · 0.95

Tested by

no test coverage detected