We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi! So I was doing some sketches and now I'm starting to join them in a kind of software. I'd like to put a little bit more then controlP5 (that I heavily used till now) and I've seen that in the history of java after awt there are swing and after swing there are the javafx.
So, how to integrate a papplet inside a javafx project?
Answers
A PApplet is an AWT object. If you can integrate an AWT applet in a JavaFX project, you are done. Perhaps also search how people integrated applets in Swing.
You also need to consider the way Processing handles events, it is very different from AWT, Swing and JavaFX.