Author: pwang
Date: 2008-09-11 15:32:02 -0700 (Thu, 11 Sep 2008)
New Revision: 14895

Modified:
   
csplugins/trunk/ucsd/pwang/SessionForWebPlugin/src/SessionForWebPlugin/SpeciesPanel.java
Log:
Change column header

Modified: 
csplugins/trunk/ucsd/pwang/SessionForWebPlugin/src/SessionForWebPlugin/SpeciesPanel.java
===================================================================
--- 
csplugins/trunk/ucsd/pwang/SessionForWebPlugin/src/SessionForWebPlugin/SpeciesPanel.java
    2008-09-11 22:31:14 UTC (rev 14894)
+++ 
csplugins/trunk/ucsd/pwang/SessionForWebPlugin/src/SessionForWebPlugin/SpeciesPanel.java
    2008-09-11 22:32:02 UTC (rev 14895)
@@ -42,7 +42,7 @@
         btnAssign.addActionListener(l);
         
         columnNames = new Vector<String>();
-        columnNames.add("Network Title");
+        columnNames.add("Network"); // Network Title
         columnNames.add("Species");
         
         Vector<Vector<String>> data = getTableData();


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to