Hi! How can I retrieve the header values from a JTable? Thanks.
+1
A:
With the getColumnName(int)
method
jTable.getColumnName(columnIndex)
Guillaume
2010-10-05 19:59:43