We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I'm pretty new to Java. I'm creating a GUI for an program using the controlP5 library. I would like to include an area in this GUI that shows the output that is normally see in the console area of the development environment. I found some code that is supposed to do this but doesn't seem to work: http://www.sojamo.de/libraries/controlP5/examples/extra/ControlP5console/ControlP5console.pde . I get an error "Cannot find a class or type named "Println". Any ideas on how to make it work?
Answers
That example worked for me. Make sure you got controlP5 library installed, since it's a 3rd-party!
And that you have the right version of the library...