Using class-wide methods in non-static classes

B/c all classes inside a “.pde” file are nested inside a PApplet subclass, if we need to have static members inside them, we’re gonna need to declare those classes as static as well: