tags:

views:

16

answers:

1

Hi! How can I retrieve the header values from a JTable? Thanks.

+1  A: 

With the getColumnName(int) method

jTable.getColumnName(columnIndex)
Guillaume