A
Andrew Thompson
hi everyone i tried to compile this code returns no error but i tried to
view it on appletviewer it say "Start: applet not initialaized".
I do not have time to look closely at the code tonight, but
noted that it is giving errors that are more specific than the
one you quoted. If you check the Java console, you might see..
java.lang.NullPointerException
at java.applet.Applet.getAppletContext(Applet.java:171)
at Shoppingx.<init>(Shoppingx.java:51)
....
Check here[1] for some tips on how to read and understand what the stack
traces are reporting, and you will find they assist debugging greatly.
[1] <http://www.physci.org/codes/javafaq.jsp#exact>
Please also note that it is best to replace all tabs with two or three
spaces each when posting to usenet, as a lot of news clients indent
them by insane amounts - they are problematic.
HTH