JTree and xml

wxdqz

New Member
Hi,I want to read data from xml,and display it in a Jtree.I read the xml data and stored it in document,and i wrote a classthat read the nodes from the document,then to the JTree i passedthis class,but the requirement is i should read each element from the xmland display in a treestructure.If u could give me some sites that has samples like the requirement,it willbe great help.** i refered the sun site which has got some samples of displaying a simpleTree,but here he is using DOM,and passingthe object to JTree.
 
Back
Top