I'm using processing(.org), the core.jar inside a Swing-GUI. Now I'm trying to initialize several views inside the GUI whereas the processing core is a simple Applet (PApplet extends Applet) and I'm currently not sure if it's possible to initialize more Applets in the same JVM/the same GUI.
Edit: Maybe I'm having trouble because of the Animation-Thread which is started/used from processing (and maybe that's why something gets messed up whereas activating exactly one view is working).