Cannot override the final method from PApplet error

mmkmmk
edited March 2017 in Questions about Code

I am getting the above said issue. The code is given below:

boolean sketchFullScreen() { return true; //return false; } void screen { size(displayWidth, displayHeight, P3D); }

Please suggest a solution to solve the issue.

Answers

Sign In or Register to comment.