hi there, i have a very very simple problem, but i dont find something about it. i have a jtable with 5 columns. i dont want that you can move the columns ( e.g. that you move the first column behind the third column ). they should be static in the same order. any ideas? thanx in advance Steffen
Paul Stevens
Ranch Hand
Joined: May 17, 2001
Posts: 2823
posted
0
Get the table header and use the setReorderingAllowed method. tableName.getTableHeader().setReorderingAllowed(false)