Author: scooter
Date: 2009-03-16 17:54:56 -0700 (Mon, 16 Mar 2009)
New Revision: 16290

Modified:
   
csplugins/trunk/ucsf/scooter/clusterMaker/src/clusterMaker/treeview/dendroview/GraphicsExportPanel.java
Log:
Changed some terminology



Modified: 
csplugins/trunk/ucsf/scooter/clusterMaker/src/clusterMaker/treeview/dendroview/GraphicsExportPanel.java
===================================================================
--- 
csplugins/trunk/ucsf/scooter/clusterMaker/src/clusterMaker/treeview/dendroview/GraphicsExportPanel.java
     2009-03-16 23:25:26 UTC (rev 16289)
+++ 
csplugins/trunk/ucsf/scooter/clusterMaker/src/clusterMaker/treeview/dendroview/GraphicsExportPanel.java
     2009-03-17 00:54:56 UTC (rev 16290)
@@ -1171,24 +1171,30 @@
                        };
                        
                        add(new JLabel("Include"));
-                       selectionBox = new JCheckBox("Selection Only");
+                       selectionBox = new JCheckBox("Selection Only     ");
                        selectionBox.addActionListener(syncher);
                        JPanel outputPanel = new JPanel();
                        outputPanel.add(selectionBox);
                        add(outputPanel);
                        
-                       gtrBox = new JCheckBox("Gene Tree");
+                       if (!model.isSymmetrical())
+                               gtrBox = new JCheckBox("Node Tree     ");
+                       else
+                               gtrBox = new JCheckBox("Left Node Tree");
                        gtrBox.addActionListener(syncher);
                        outputPanel = new JPanel();
                        outputPanel.add(gtrBox);
                        add(outputPanel);
-                       atrBox = new JCheckBox("Array Tree");
+                       if (!model.isSymmetrical())
+                               atrBox = new JCheckBox("Attribute Tree");
+                       else
+                               atrBox = new JCheckBox("Top Node Tree ");
                        atrBox.addActionListener(syncher);
                        outputPanel = new JPanel();
                        outputPanel.add(atrBox);
                        add(outputPanel);
 
-                       dataBox = new JCheckBox("Data Matrix");
+                       dataBox = new JCheckBox("Heat Map       ");
                        dataBox.addActionListener(syncher);
                        outputPanel = new JPanel();
                        outputPanel.add(dataBox);


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