Commit in lcsim/src/org/lcsim/plugin/browser on MAIN
CollectionTable.java+2-11.5 -> 1.6
JM: Turn off auto resizing so that it is possible to get a horizontal scroll bar.

lcsim/src/org/lcsim/plugin/browser
CollectionTable.java 1.5 -> 1.6
diff -u -r1.5 -r1.6
--- CollectionTable.java	26 Jan 2006 00:00:46 -0000	1.5
+++ CollectionTable.java	16 Feb 2007 00:55:18 -0000	1.6
@@ -32,7 +32,7 @@
 /**
  *
  * @author tonyj
- * @version $Id: CollectionTable.java,v 1.5 2006/01/26 00:00:46 tonyj Exp $
+ * @version $Id: CollectionTable.java,v 1.6 2007/02/16 00:55:18 jeremy Exp $
  */
 class CollectionTable extends JPanel implements ActionListener
 {
@@ -50,6 +50,7 @@
    CollectionTable(Studio app)
    {
       super(new BorderLayout());
+      m_table.setAutoResizeMode(JTable.AUTO_RESIZE_OFF);
       m_app = app;
       m_tableLabel.setEditable(false);
       add(m_tableLabel,BorderLayout.NORTH);
CVSspam 0.2.8