We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Now that you must create a ControlFrame that extends PApplet instead of controlWindow how do you setPositionOfTabs()?
Hi, use cp5.getWindow().setPositionOfTabs(0,100); to change to location of the tab bar.
cp5.getWindow().setPositionOfTabs(0,100);
Comments
Hi, use
cp5.getWindow().setPositionOfTabs(0,100);
to change to location of the tab bar.