TabbedComponent example?

Where can I find a good working example of how to set up tabbed pages in a synth plugin,
with each page having it’s own controls?

There is a simple example of how to use the TabbedComponent in the WidgetsDemo!

:+1: :+1: :+1:

Is there a way to make the tabbed pages smaller than the main window?
Right now the pages fill 100% of the main window, I would like to keep an area at the bottom free,
for e.g. a midi keyboard, and maybe later a free area above the tabbed buttonbar.

Oh yes, there is: in void resize(), use tabs.setBounds()