I’m new to JUCE, and I’m evaluating using it for an update of a VB6 legacy project that I’ve been assigned. I’m coming over from MFC and I’m trying to get my head around JUCE.
I’m working on an inventory tracking app. I want to structure the GUI of the app like Tracktion, with three tabs showing different pages of info. My question is, what is the proper structure for this type of thing? How are page-like interfaces setup? Do I start with a text editor component and fill it with whatever sub components I need, then use the tab component to switch what’s being exposed?
Any detailed guidance would be great.
Thanks,
MT