Mariusz, if you want the JDialog to stay on-top of things, you need to give it reference to your app's frame (via ctor). I you don't do that, the JDialog will use a hidden shared frame instance, and you'd lose some of its advantages.
As to how to get your data from the WizardDialog to my main application I'd recommened following Florin's suggestion! cheers, H. =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".