Category Archives: Processing

Processing, Eclipse, Java 1.5, Generics, and Fullscreen

As we started the AhText Project, we began to run into our first difficulties with processing. It turns out that although Processing 0136+ supports Java 1.5, it does not support any of the new Java syntax. Things like generics, and enhanced “for” loops are not understood by the preprocessor and compiler used in Processing. See [...]