I have been experimenting with my Java problem whereby my JTable class was not calling getValueAt.

I got it to call getValueAt by making sure getRowCount sent back the right value and then found that the Vector was empty. When the Vector comes back from the server it has a value, but in getValueAt it does not.

Does anybody have any idea why the vector is empty in getValueAt ?

Make sure getColumnCount returns non-zero too.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.