ControlP5: Handling ControlWindow
in
Contributed Library Questions
•
2 years ago
Hi, I'm trying to program kind of an image processing application using ControlP5 as GUI library. There is a main window showing the current picture and so on, and I also created multiple instances of ControlWindow as separate GUI frames for different filter options (just one filter window is shown at each time). I wanted to add descriptions of the filters as Textarea, but this class lacks the required setWindow() method. So how do I add a Textarea to a ControlWindow? By the way, the method setWindow() is marked as deprecated in JavaDoc. Is there an alternative?
Thanx, p_king
Thanx, p_king
1