I'm having a really bad time trying to use the FloatTable class as documented in "Visualizing Data". I have written some code, and in the beginning it was running fine, creating a table, parsing it, etc
After some further coding, upon running my sketch, Processing began to stop every time in the first line, stating
"Cannot find a class or type named "FloatTable" "
I had added the class like described in the book, it is present in the second tab, but I keep getting this error. I have tried reboots, and downloading FloatTable again and replacing it. I got it to work again briefly by replacing the class with a fresh version, but not long afterwards, the same error resurfaced.
I have to admit my system is not quite up to date, I run Processing 1 on OSX 10.5.8. Any suggestions on how I could clean this mess up?