I want to have a stack of widgets with only the top widget in the stack showing and have buttons for next and back which shows the next and previous widget in the stack.
It is kind of like the GWT StackPanel but horizontal and without the accordion affect.
Is there something ready for this (free) or should I roll my own?
If I was to roll my own, how would I go about it?
I have created some custom composite widget, which listens to an events (in my case loginEvent). Once the event is caught the state of the widget changes so as the way it should look (in my case I ...