We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I was wondering if anyone had any advice. I wanted to make a more complex visualization with multiple windows animating different aspects and being controlled by multiple sliders and Jcomponent(like) components. I have read alot. I have gotten core.jar into java files and was playing with jpanels. But it seems that Processing 3.0 doesn't support some things that make almost all the examples on the Internet of processing in jframes un-runnable. I have looked into PSurface. And was curious if anyone had any advice or experience that would assist. I am not certain i want to put it into a .java file but i would prefer to do that. Thank you very much
Answers
You still can choose to go w/ older Processing versions like P3.0a5, P2.2.1, and even 1.5.1. :P
P3 series still got JFrame internally when using JAVA2D renderer though.
https://GitHub.com/processing/processing/releases/tag/processing-0232-3.0a5
I downloaded the older versions of processing and got all the internet examples to run. Thanks! Do you have any information about the jFrame in JAVA2D? Thank you
You may peruse these old forum threads below for it: #:-S
https://forum.processing.org/two/discussions/tagged/smoothcanvas
THANK YOU!