HI ALL
please help me for this issue.
i have main application as JFrame,in one frame i am calling Dialog
that is lookup window
.then dialog showing properly , then user switch to another frame then
back to
previous frame on that dialog not displaying,it is behaves like
different component
then i check in microsofr word , in the font dialog working properly
how to apply that feature for JDialog
Bart Cremers - 17 Feb 2006 07:28 GMT
I'm not really getting what the problem is, but probably you'll need to
take a look at the modal property of jdialog and maybe the
setAlwaysOnTop.
Bart