void setup() { size(displayWidth, displayHeight); // on dessin les parties de l'ecran noStroke(); fill(150); ellipseMode(CENTER); // Set ellipseMode to CENTER
If I launch this code in porcessing 2.0b7 in mac os x, I see a error message telling me that :
"The constructor is undefined. "
Could someone help my. For me my code is ok, the name of the class and the constructor is the same name. I pass four float to my constructor and my second constructor needs four float. I don't understand why I have this error. is it a bug of the beta 7 version ?