Applet window goes behind the browser

Hi Experts,

Pls suggest me the solution for the problem with applet.

When I launch the application from browser by providing URL( we are using http server), it launches the application as an Applet . Now my problem is this applet goes behind the browser when I launch this in WindowsXP but when I launch this in Solaris it works fine.

I want the applet to be shown in front in WinXP as well.

Can anyone pls suggest solution for this?

Thanks,

Joe

[488 byte] By [joe.javaa] at [2007-10-3 9:47:50]
# 1
"painting behind" problems generally indicate a mixing of awt and swing components (a definite no-no).but this is applet behind browser, not components behind other components,so perhaps the problem might be better suited to the applet forum
Michael_Dunna at 2007-7-15 5:04:55 > top of Java-index,Desktop,Core GUI APIs...