Modal dialog to a JFrame creates problem in windows XP
I have a problem with JDialog(modal) when it is set to a JFrame.
It works when the focus is on the dialog.
If some other application is selected from the taskbar of the windows XP and selecting back the JFrame, the dialog is not poping up on to the frame but it is hided. The dialog can be accessed by selecting Alt+Tab.
Any solution for this.Pl help.

