That's because u r running your applet via Plugin. The deal is that
AppletContext is set by the environment applet is being run in. It
could be either a browser or a plug-in. For some reason plug-in
doesn't supply u with AppletContext. For some reason (and possibly
this follows the specs) Plugin d
Can anyone help me? I am tring to use the getAppletContext() method and
having no luck. When I try and run the applet I keep getting a
java.lang.NullPointerException error. The class I call getAppletContext from
extends Applet.
Thanks Charlie
=