Hello,
I found I don’t like TabbedComponent, which looks redundant
So I try to use TabbedButtonBar, however it does not appear on the MainComponent window
I tried like below
Could you please help me with this issue? Thank you
maintab = new juce::TabbedButtonBar(juce::TabbedButtonBar::TabsAtTop);
addAndMakeVisible(maintab);
maintab->setSize(2400, 100);
//maintab->addTab("dd", juce::Colours::yellow, true,;
