JAL-1821 updated the reference sequence column of structure chooser summary table...
[jalview.git] / src / jalview / jbgui / GStructureChooser.java
index d0f2328..9c016f9 100644 (file)
@@ -181,6 +181,7 @@ public abstract class GStructureChooser extends JPanel implements
   private void jbInit() throws Exception
   {
     tbl_summary.setAutoCreateRowSorter(true);
+    tbl_summary.getTableHeader().setReorderingAllowed(false);
     tbl_local_pdb.setAutoCreateRowSorter(true);
     tbl_local_pdb.addMouseListener(new MouseAdapter()
     {