Java Reflections cheatsheet for processing

For “.pde” files, just ignore the access keywords unless something really needs to be public. :male_detective:

Processing’s IDE (PDE) is setup very differently compared to other IDEs. :astonished:

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. :coffee:

2 Likes