I am using the code given here to create my own wizard application.
The basic motive of moving from 1 screen to other is achieved with this. But now I am stuck at a point. The problem is... suppose I have entered some value on screen1 and then I move to screen2.. and on basis of values entered in screen1 I have to display some values on screen 2.. how do I get the values set in screen1 in screen2 using the same code given in the link.
I tried to study the code in detail, but couldn't understand as am fairly new to Java and also to Swing.
If someone has already used the same code to implement wizards, please do help me.