We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I create a new class called newFrame. newFrame extends PApplet. When I want to add mousePressed() method to it, I have the warning "Duplicate method mousePressed()". What should I do next?
Answers
Classes which extend PApplet should be instantiated via undocumented methods:
A more elaborate example: