I have a simple, single-file Java program that functions on it's own just fine, but it's command line only. I wanted to try using Processing to give it an interface and some animations.
Is that possible?
I have .pde with a .java in the same folder so that when I open my sketch I can see the .java in another tab. In my sketch file I threw in some basic setup() and draw(), but when I run it I get an InstantiationException. Has anyone tried something like this successfully?