1. Nothing. Sketch window appears, and that's it.
2. As above.
3. Too much red screed to type in, but it all seems to relate to the message that pops up in the message window: "Found one too many { characters without a } to match it.
4. As above, slightly different list of screed, but the warning message remains the same.
5. As above.
6. Only when I un-comment out the final curly bracket and run the sketch, does the error message change to: ArrayIndexOutOfBoundsException: 1, and line 5 gets highlighted in yellow. Also, the screed in the console window changes dramatically. I get white text: WARNING: RXTX Version mismatch
Jar version = RXTX-2.2pre1
native lib Version = RXTX-2.2pre2
then the screed turns red again:
Exception in thread "Animation Thread"
java.lang.ArrayIndexOutOfBoundsException: 1
at sketch-may04c... yada, yada. Oh, heck. It just occured to me - Could that RXTX version mismatch be the cause of my troubles?