data_table.getTableHeader().setReorderingAllowed(false);
should do the job, unless you mean that the user can resize column headers.
JTable, disable user column dragging
data_table.getTableHeader().setReorderingAllowed(false);
should do the job, unless you mean that the user can resize column headers.