We are about to switch to a new forum software. Until then we have removed the registration on this forum.
In Procesing 2, I have a class that needs 2 static variables. When I try to declare them static, I get an error stating that static fields can only be declared in top level types. Other than using global variables, is there a way to fake it?
Answers
https://forum.Processing.org/two/discussion/13327/how-to-create-a-class-variable-in-an-abstract-class
That works, thank you.