Hi,
I am setting the JTable header using setModel() method. Before that I am setting method setAutoCreateColumnsFromModel(boolean) to false. After this I want to change the column header names for localization. But method setAutoCreateColumnsFromModel(boolean) is not allowing to change the column headers, If I change it to true then it changes the layout of the table.
Please suggest any way to change the column header names without changing the layout.
Thanks in advance.
regards,
Amit