JTables
I have managed to make a JTable not edittable in itself, by setting the default edittor to null.
My question is, how do I prevent the user from being able to shift the columns around? At the moment, if a column is dragged to the (for example) left, it swaps places with the column currently to the left of it. I don't want this.
Thank-you in advance.

