Perry Smith

Java Questions & Answers

Home / Java Q & A Archive Page 3 / Java Q & A Archive

Dialogs and applets
Tuesday, 02-Feb-99 11:05:48

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


Response
Re: Dialogs and applets
Tuesday, 02-Feb-99 17:16:00

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


Home / Java Q & A Archive Page 3 / Java Q & A Archive