You can set the following options to an JDialog class
//setUndecorated(true);
setFocusableWindowState(false);
setFocusable(false);
For this you can ceate your own JDialog class. You only have to extend from JDialog and put the code into the Constructor call.
Markus Lausberg
2009-05-05 07:58:59