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

[431 byte] By [harry_singha] at [2007-11-26 12:20:19]
# 1
I don't think this is possible. Others feel free to correct me. Perhaps try signing the applet or setting the permissions in the policy file.You can use a JInternalFrame to keep the frame within the JApplet.
tymer99a at 2007-7-7 15:10:16 > top of Java-index,Archived Forums,Socket Programming...
# 2
I don't think it's possible to make a JFrame modal, but you probably can make a JDialog modal to an applet. If you can make do with a dialog box, try that out.
hunter9000a at 2007-7-7 15:10:16 > top of Java-index,Archived Forums,Socket Programming...