Processing's current parseInt(String, int) uses the int parameter as a fallback value. It would be much more useful to have it behave like Integer.parseInt(), so that the int parameter would be the ...