I need to display a XML-file in a JTable. Can you send me some samples ? or tutorials? I really don't know how does it work
Printable View
I need to display a XML-file in a JTable. Can you send me some samples ? or tutorials? I really don't know how does it work
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.
Hi, I also am looking to do the same thing. I am new to Java so have no idea where to start! Can anyone help me?