Does Processing support packages?

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


1 Like