How to keep Allways JFrame on top of JApplet?
I have Japplet runs on the client side. after pressing buton on the applet
a jframe pops up. but if i click on the japplet it hides under japplet.
Any ways to keep this jframe on the top ? if i use jframe.keep always on the top will thought security exception. I know applets have some security issue to access local OS resources or permission. just need to know any possibitly to achive this somehow?
thnx

