falko.zurell@avma.de wrote in comp.lang.java.gui:
> My applications starts and the data gets readily read from the xml file.
> I see the JFrame and the table. But there are no data in the JTable.
> There are exact that much columns I intended to use with the right
> column headings. But no cell data.
You have the ideas right.
Read the Java tutorial about JTables. Then make the smallest
program you can that reproduces the bug (no XML parsing). Use
DefaultTableModel directly. If DefultTableModel works then the
bug is in your table model. If it doesn't then the bug is in
the code that manipulates the table model.

Signature
Antti S. Brax - asb(at)iki.fi Rullalautailu pitää lapset poissa ladulta
http://www.iki.fi/asb/ http://www.cs.helsinki.fi/u/abrax/hlb/
"Disconnect this cable to shorten, re-connect to lengthen."
-- Instructions on Logitech's USB mouse extension cord.