Does anyone know if JUCE provides some classes for building a Wizard. i.e. those dialogs where you have the “next” and “previous” buttons, that guide you through some sort of procedure (typically installation procedures, to my knowledge)?
If not, I’m going to develop one, and maybe submit it here…
Ok. My approach is (in the intent) to provide some general purpose structure where you can add pages as Components and react to page changes. When done, I’ll post it here, so maybe it’ll find its way into the JUCE tree