So far, most everything available to me in Java has been usable in Processing as well, minus HashMaps. For some reason, when I try and create a HashMap, I am given an unexpected token error regarding >. It seems to work well enough for <String,String> but I'm trying to use PVector and color. (HashMap<PVector,color> colorLocs = new HashMap<PVector,color>();). Why is this giving me issues?
For some reason, mousePressed(); does not register when I use it in a separate class that uses registerDraw();. If you need me to show the code I can, but I think my issue is relatively straightforward. Any ideas?