According to your example, it starts from one PApplet, and then launce JavaFX GUI.
so then, if I want two or more PApplets, what should I do?
And another question is~,
Is there any way to start JavaFX GUI at first and then call(embed) the PApplets as componet of GUI ?
It'll be very thankful if you provide an example code.