For “.pde” files, just ignore the access keywords unless something really needs to be public. ![]()
Processing’s IDE (PDE) is setup very differently compared to other IDEs. ![]()
You’re gonna need to understand how the PDE’s preprocessor transpiles “.pde” files to actual “.java” in order to apply knowledge from the Java “world” back into Processing’s Java Mode. ![]()