View Single Post
  #2 (permalink)  
Old 07-24-2007, 02:02 AM
leonard leonard is offline
Member
 
Join Date: Jul 2007
Posts: 43
leonard is on a distinguished road
it uses api DOM to create tree from your xml, with this api you can collect the data of your xml, once you have created tree using DOM, the following thing that you must do is to use the AbstractTableModel class.
Reply With Quote