Sorry if ive asked this b4, buts its really frustrating me...
I have two JDialogs. They're actually two classes which extend JDialog.
I.E. Wizard extends JDialog.
My main screen calls each JDialog.
I want the dialog to stay in focus in the program, and for the main
view to not be accessable while the dialog is open.
Does anyone know how i can do this?
Thanks
> Sorry if ive asked this b4, buts its really frustrating me...
>
[quoted text clipped - 8 lines]
>
> Thanks
Set the dialog to be modal.
= Steve =

Signature
Steve W. Jackson
Montgomery, Alabama
Arun - 12 Mar 2005 17:45 GMT
How?
I've tried many options but to no avail.
> > Sorry if ive asked this b4, buts its really frustrating me...
> >
[quoted text clipped - 12 lines]
>
> = Steve =
Arun - 12 Mar 2005 19:20 GMT
all sorted with the use of super(parent,modal)
> How?
> I've tried many options but to no avail.
[quoted text clipped - 16 lines]
> >
> > = Steve =