You need to find the inner JTable
(technically a JideTable
, but that's not really relevant here) instance on the component. From there, you can call getTableHeader()
and then you can setResizingAllowed(False)
or setReorderingAllowed(False)
.