We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Now that Processing 3.0 Applets are inherited from Object, they no longer integrate into Java applications at all the same. Is there any documentation on how to pass a region from a JPanel and manage it in the PApplet? Essentially, I need to hook the PApplet to the underlying area of the screen, and resize every time the parent JPanel gets a resize request.