Posted By:
John_Zukowski
Posted On:
Monday, July 23, 2001 07:25 AM
Need more information.
Untrusted applets can't touch the local file system. When your applet is run in appletviewer, more than likely it is loading the .class file from the CLASSPATH and hence trusted.
Not displaying could be many issues, like you are trying to use Swing in an applet and not using the Plugin.