Print

Print


Commit in lcsim/src/org/lcsim/plugin/browser on MAIN
CollectionTable.java+5-41.6 -> 1.7
JM: Disable sorting of collection tables, until table sorting bug is fixed.

lcsim/src/org/lcsim/plugin/browser
CollectionTable.java 1.6 -> 1.7
diff -u -r1.6 -r1.7
--- CollectionTable.java	16 Feb 2007 00:55:18 -0000	1.6
+++ CollectionTable.java	16 Feb 2007 01:02:08 -0000	1.7
@@ -32,7 +32,7 @@
 /**
  *
  * @author tonyj
- * @version $Id: CollectionTable.java,v 1.6 2007/02/16 00:55:18 jeremy Exp $
+ * @version $Id: CollectionTable.java,v 1.7 2007/02/16 01:02:08 jeremy Exp $
  */
 class CollectionTable extends JPanel implements ActionListener
 {
@@ -141,9 +141,10 @@
                if (model.canDisplay(type))
                {
                   model.setData(meta,coll);
-                  DefaultSortableTableModel sm = new DefaultSortableTableModel(model);
-                  m_table.setModel(sm);
-                  TableSorter sorter = new TableSorter(m_table);
+                  //DefaultSortableTableModel sm = new DefaultSortableTableModel(model);
+                  //m_table.setModel(sm);
+                  //TableSorter sorter = new TableSorter(m_table);
+                  m_table.setModel(model);
                   ok = true;
                   break;
                }
CVSspam 0.2.8