How to Embed Processing 3.0 Applet in a JFrame

edited October 2015 in How To...

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.

Sign In or Register to comment.