Just a very simple question but i'm a new user of processing and I don't understand the right syntax.
For my project, I did lots part of code and I would like to unify all of them. I thought I just have to do something like this :
import code1.*;
import code2.*;
And put my .pde in the folder, but a warning message told about a libraries folder. I tried to put my parts (.java, .pde) in a libraries folder but it doesn't match.
I search for some help on Google or Processing.org, I found nothing.