Hi Mariusz,
 
Use a JDialog for your wizard, and add the wizard's bowels to the JDialog's content pane.
Using a JDialog guarantees that your wizard component will always be "on-top" of your app's frame.
In addition, you can make it modal, too (i.e. blocking input to anything else).
 
If you need more assistance, don't hesitate to ask.
 
H.
 
p.s. how much T-bird did you eat?
=========================================================================== 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".

Reply via email to