Hi. I'm not a complete stranger to
Java but im having this issue with running a JFrame application from an
applet. I need to do this in order to post the application on my web page without converting it entirely to an applet. Basically i just want to use the applet as a tool to access my JFrame online but from what i understand there are secureity issues inherent in what im trying to do. Is there a simple/easy way to do this?
Any and all advice is greatly appreciated. Please keep in mind that applets are not my strong suit.