I have a JTable and I need to be able to reorder the columns. However I want the first column to not be able to be re-ordered. I used the following to enable re
I have used the "The 'Let's try to block the normal behavior with what we actually have' method" approach. Gnoupi said that he did not solve the second part of the problem. Here is the solution for just Windows XP L&F:
WindowsTableHeaderUI. Take a look at the source code.getTableHeader().setUI(new TreeTableWindowsTableHeaderUI());Thanks to Gnoupi for the efforts.