Author: kono
Date: 2010-02-04 10:27:53 -0800 (Thu, 04 Feb 2010)
New Revision: 19176
Modified:
cytoscape/trunk/src/cytoscape/view/NetworkPanel.java
Log:
Network Icon feature is turned off for now.
Modified: cytoscape/trunk/src/cytoscape/view/NetworkPanel.java
===================================================================
--- cytoscape/trunk/src/cytoscape/view/NetworkPanel.java 2010-02-04
14:14:07 UTC (rev 19175)
+++ cytoscape/trunk/src/cytoscape/view/NetworkPanel.java 2010-02-04
18:27:53 UTC (rev 19176)
@@ -62,7 +62,6 @@
import javax.swing.JLabel;
import javax.swing.JMenu;
import javax.swing.JMenuItem;
-import javax.swing.JOptionPane;
import javax.swing.JPanel;
import javax.swing.JPopupMenu;
import javax.swing.JScrollPane;
@@ -79,10 +78,8 @@
import javax.swing.event.SwingPropertyChangeSupport;
import javax.swing.event.TreeSelectionEvent;
import javax.swing.event.TreeSelectionListener;
-import javax.swing.table.DefaultTableColumnModel;
import javax.swing.table.TableCellRenderer;
import javax.swing.table.TableColumn;
-import javax.swing.table.TableColumnModel;
import javax.swing.tree.DefaultMutableTreeNode;
import javax.swing.tree.DefaultTreeCellRenderer;
import javax.swing.tree.TreeNode;
@@ -226,7 +223,8 @@
final JScrollPane scroll = new JScrollPane(treeTable);
- networkTreePanel.add(commandPanel);
+ // Icon feature is turned off for now.
+ //networkTreePanel.add(commandPanel);
networkTreePanel.add(scroll);
split = new BiModalJSplitPane(cytoscapeDesktop,
JSplitPane.VERTICAL_SPLIT,
BiModalJSplitPane.MODE_SHOW_SPLIT, networkTreePanel, navigatorPanel);
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.