Thanks for the suggestions Steve. I have been trying to implement the getValueAt and have it return an object which is really a
test object (i.e. the item put into the selected cell was a Test object) but it comes out as an object and I am seemingly unable to convert it. This would be a problem if anyone knows how I can pass this object to another class and retrieve the matching Test object from an ArrayList? at the moment I have
Otherwise I have been trying to implement my own table model to return a Test from the getValueAt and this is going a little better but I am having troubles implementing an addRow() and a removeRow() - these were orginally handled by the DefaultTableModel and I can't seem to find anything on how I could implement this functionality through the AbstractTableModel - Any ideas?
Thanks very much
Amy