(PApplet sketch)
| 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() { |
nothing calls this directly
no test coverage detected