How can I hide a control (produced by GUI Builder for Processing) on a sketch?
in
Contributed Library Questions
•
3 months ago
If Button A is clicked, instead Button B should be visible.
I basically want to hide a particular control on sketch. I cannot find the properties in G4P documentation.
I can change the color scheme by setLocalColorScheme(GCScheme.GOLD_SCHEME), for example.
Can someone please help?
1