Modal dialog is not modal on Linux 2.6.7 kernel

Hello,

I have developed a java program (JDeveloper) in which I have a modal dialog, created as JDialog(callingFrame, title, true).

But, the modal feature only works on my Suse 9 or MS Windows. Not on a Linux 2.6.7 kernel running on a Nakasaki PC104....

Does anyone have an idea ?

[305 byte] By [Jakob_Mathiasena] at [2007-10-2 21:19:28]
# 1
The kernel has nothing to do with it. The most likely cause of a difference would be using different JVMs. Failing that, it could at a pinch be different windowing toolkits or window managers, but I'd be surprised.
YAT_Archivista at 2007-7-14 0:28:43 > top of Java-index,Java Essentials,Java Programming...