Author: pwang
Date: 2009-06-26 17:13:32 -0700 (Fri, 26 Jun 2009)
New Revision: 17139
Modified:
csplugins/trunk/soc/chinmoy/phylotree/src/org/cytoscape/phylotree/PhylotreePlugin.java
Log:
Clean up
Modified:
csplugins/trunk/soc/chinmoy/phylotree/src/org/cytoscape/phylotree/PhylotreePlugin.java
===================================================================
---
csplugins/trunk/soc/chinmoy/phylotree/src/org/cytoscape/phylotree/PhylotreePlugin.java
2009-06-27 00:10:37 UTC (rev 17138)
+++
csplugins/trunk/soc/chinmoy/phylotree/src/org/cytoscape/phylotree/PhylotreePlugin.java
2009-06-27 00:13:32 UTC (rev 17139)
@@ -1,27 +1,11 @@
package org.cytoscape.phylotree;
-
-import java.awt.event.ActionEvent;
-
import cytoscape.Cytoscape;
-
import cytoscape.plugin.CytoscapePlugin;
import cytoscape.util.CytoscapeAction;
-
import cytoscape.layout.CyLayouts;
-import cytoscape.layout.CyLayoutAlgorithm;
-import cytoscape.layout.AbstractLayout;
-
import cytoscape.layout.LayoutProperties;
-import cytoscape.layout.Tunable;
-
-import giny.model.Node;
-import javax.swing.JPanel;
-
-import java.util.Iterator;
-import org.cytoscape.phylotree.actions.MyLayoutAction;
import org.cytoscape.phylotree.actions.PhyloTreeImportAction;
-
import org.cytoscape.phylotree.layout.MyLayout;
/**
*
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---