While uploading a code, I keep on getting this "NullPointerException"here is how this part goes :PImage currentimage;void display() { image(currentimage, x, y); }does this happen regarding to that variable?
I keep on getting this "NullPointerException"