Wizard classes?

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…

I’ve never done that explicitly, I’ve always just built my own dialogs when I’ve needed to do that kind of thing.

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

Sounds interesting, looking forward to seeing what you come up with!