Help!!!

im not sure if this is in the right section but im new to java so i put it in here. when i run a applet from:

http://www.topoftheleague.net/totl/manager/ManagerApplet.html

i get some kind of error:

java.lang.NullPointerException

at java.io.Reader.<init>(Unknown Source)

at java.io.InputStreamReader.<init>(Unknown Source)

at ManagerGUI.ManagerApplet.parseLeagueXML(Unknown Source)

at ManagerGUI.ManagerApplet.init(Unknown Source)

at sun.applet.AppletPanel.run(Unknown Source)

at java.lang.Thread.run(Unknown Source)

how could i fix this?

[648 byte] By [mic123a] at [2007-11-27 4:44:16]
# 1
Try contacting the webmaster.
floundera at 2007-7-12 9:56:14 > top of Java-index,Java Essentials,New To Java...
# 2
why would i need to do that?
mic123a at 2007-7-12 9:56:14 > top of Java-index,Java Essentials,New To Java...
# 3
Because their applet is messed up.The problem probably has nothing to do with you, and if it does, it would require someone who wrote or at least has access to the code to find out what's wrong.Message was edited by: paulcw
paulcwa at 2007-7-12 9:56:14 > top of Java-index,Java Essentials,New To Java...
# 4
paul if you mean the .jar and .class files or the source files i can get you them if you have msn and time i could hand them over?
mic123a at 2007-7-12 9:56:14 > top of Java-index,Java Essentials,New To Java...
# 5
NO! We don't want to fix your problem for you. It is the responsibility of whoever wrote the applet. And you need to contact the webmaster to let them know that their applet is screwed so they can fix it. GOT IT?
floundera at 2007-7-12 9:56:14 > top of Java-index,Java Essentials,New To Java...
# 6
no need for the capitals lol but i will do that.
mic123a at 2007-7-12 9:56:14 > top of Java-index,Java Essentials,New To Java...
# 7

mic, this is a programmers forum. We help flegling programmers who are trying to learn how to code in Java. If you created the applet and have specific questions on how to make it run better, then by all means, show us your code and your specific question. If you are an end user and have run into a java applet that won't work, then you've come to the wrong place.

Good luck.

/Pete

petes1234a at 2007-7-12 9:56:14 > top of Java-index,Java Essentials,New To Java...