Hi, I think there is a bug in the class' naming. I'm a newbie to Processing ands was experimenting with classes, so I created this code that draws a simple title bar. It works like this, but the class and constructor were originally named "TitleBar" and it didn't work. The error was "The constructor 'TitleBar' is undefined" I reviewed my code with the Objects tutorial in this page and the only differencfe was the class name.
Is there a reason for the code not working with TitleBar as a name?