Difference between File access by Applets and other Java applications
Hello there,
I have a problem in my project, I use JTEXTPANE, and read the content from that through both the Applets and another Java application,
the content of the jtextpane is read correctly with the java application, but while using an applet it's causing a problem. Can i know the difference between accessing such components by Applets and other Java applications.

