I seem to have run into a problem with my code involving 'NullPointerException' which I'm not too sure what it means. When I try to run my code this error message pops up:
Exception in thread "Animation Thread" java.lang.NullPointerException
at leztrydisagain_w_oPVECTOR$Fish.detectBound(leztrydisagain_w_oPVECTOR.java:293)
at leztrydisagain_w_oPVECTOR.draw(leztrydisagain_w_oPVECTOR.java:66)
at processing.core.PApplet.handleDraw(PApplet.java:1631)