194.106.141.61 writes:
Is it possible to display a sequence of dialogs in an applet. Something like a wizard. If so, how do you go about doing it???
Joe
148.5.110.71 writes:
Joe,
If you define the dialogs to be modal you can accomplish this. You will not get to the code to display the subsequent
dialog until the current one is disposed of.
Scott_M2