There is to be an informal monthly Processing meetup in Dublin, Ireland on the first Thursday of every month, starting
tomorrow in Exchange Dublin
( http://exchangedublin.ie/ ) .
I have a sketch that iteratively creates controls using addButton, which works great.
I want to remove these buttons and replace them with new ones, but after they are removed ControlP5 automatically positions them after the original buttons. I checked ControlP5Base.java and I think I can see where this is happening:
public Button addButton(String theName, float theValue) {