NullPointerException at controlP5.draw()
in
Contributed Library Questions
•
2 years ago
- ControlP5 controlP5 = new ControlP5(this);
controlP5.setAutoDraw(false);
When I use
- controlP5.draw()
In the sketch I use Jbox2D and for ControlP5 a ControlFont.In setup() I also added a MouseWheelListener.
Thanks in advance.
1