I have a modal window. When i hide the application with an another
application,(Clicking on next icon on window task bar like
word or textpad anythin) when i click on my
java application, the modal window stay
hide. Why ??? How to do to force the window at foreground ..
Since the JDialog is hidden i am not able to close the parent window ie. JFrame.I want my JDialog to be on the screen even after the user focus on other window tasks...
Can some one help me with the code
Thanks in advance
Champ