JDialog.setModal(true) does not work with Suse 9.0 (not sure of kernel ver)

D

Deshaies

Hi,
I'm building a swing application w/ sdk 1.4.2. The function
JDialog.setModal(true) is not working with suse linux 9.0. I have
tried using the constructors that take boolean true to set the JDialog
modal initially, but still no luck.

Does anyone know a work around or a way to fix the bug?
thanks, JP
 
G

Greg

Deshaies said:
Hi,
I'm building a swing application w/ sdk 1.4.2. The function
JDialog.setModal(true) is not working with suse linux 9.0. I have
tried using the constructors that take boolean true to set the JDialog
modal initially, but still no luck.

Does anyone know a work around or a way to fix the bug?
thanks, JP


Make sure you are setting the owner correctly.
Dialog(Frame owner, boolean modal)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,535
Members
45,007
Latest member
obedient dusk

Latest Threads

Top