How can I fake a static variables in Processing?

edited November 2015 in Programming Questions

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

Sign In or Register to comment.