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?

