GUI for an installer
I am creating an installer for an application and I need to know how to go to the next GUI for each step. DO I create multiple GUIs for each step or is there a better way to do it for an installer. Any ideas would be great.Thanks.
[237 byte] By [
gabel3469a] at [2007-11-27 6:03:22]

What is a 'GUI'? I know what it stands for, and I know what it is, but to what exactly are you referring to in this scenario? Is "a" GUI a dialog? The entire UI of an application - encompassing 100s of screens - could still be considered 1 single GUI
Sounds to me like you want to build a nice little wizard
I would have multiple GUI's, otherwise every step will look the same. And I'd start with CardLayout. Or find some library for wizards, which probably exist.