I am working on an application where i have a button on the frame ,
when the button is pressed , the program should parse the xml file &
display its contents on the frame.I am using SAX parser to parse the
xml file.
I am able to parse the XML file but when I try to display its
contents on the same frame it gives Nullpointer exception.
Can anyone please help me out with this.