Create class in Processing (error message)

Don’t name your class the same thing as the tab it’s in. While this is usually fine in most programming languages, I’ve seen it cause problems in Processing. Just try renaming your Test tab to TestClass, and see if that helps.

This happens because Processing is hiding details from you about how things are done behind the scenes.

2 Likes