- We can mix “.pde” w/ “.java” files together in the same sketch project folder.
- We can optionally use keyword
package
inside “.java” files.
- And then optionally use keyword
import
inside “.pde” files in order to access classes and interfaces inside those “.java” files.
- Take a look at these 2 sketch links containing both “.pde” & “.java” files on them:
1 Like