hi everyone,
I construct a JTable with a DefaultTableModel. But after filling in some data in the table on the screen, my program can not find any data in the TableModel, everything is null. I understand from the Java API (5.0) that there is default a TableModelListener. Does anyone how an idea how this is possible ??
Thanks for the help
The code is below:
instantiating the table -->
retreiving data
[ January 19, 2007: Message edited by: Haiko van der Schaaf ]