Posted By:
Pradeep_Gupta
Posted On:
Tuesday, May 31, 2005 12:06 PM
Hello Friends
I Have an Applet which forms an Object of JFrame.
When I loading the Applet, Obviously a new Window is coming, but behind the browser.
I want JFrame window to be on the top of browser.
I have tried
frame.setAlwaysonTop()
but that is not I want. I does not want to set on top always but only when it is popup.
I also tried using
frame.tofront()()
but that is not working.
Please Guys help me out. Is there any way to solve this problem?