Author: laylaoesper
Date: 2010-07-28 13:27:36 -0700 (Wed, 28 Jul 2010)
New Revision: 21056

Modified:
   csplugins/trunk/soc/layla/SemanticSummary/jars/SemanticSummary.jar
   
csplugins/trunk/soc/layla/SemanticSummary/src/cytoscape/csplugins/semanticsummary/SemanticSummaryInputPanel.java
Log:
Changing wording around number exclusion functionality.  Also, hopefully fixing 
build.xml problems.

Modified: csplugins/trunk/soc/layla/SemanticSummary/jars/SemanticSummary.jar
===================================================================
(Binary files differ)

Modified: 
csplugins/trunk/soc/layla/SemanticSummary/src/cytoscape/csplugins/semanticsummary/SemanticSummaryInputPanel.java
===================================================================
--- 
csplugins/trunk/soc/layla/SemanticSummary/src/cytoscape/csplugins/semanticsummary/SemanticSummaryInputPanel.java
    2010-07-28 19:46:34 UTC (rev 21055)
+++ 
csplugins/trunk/soc/layla/SemanticSummary/src/cytoscape/csplugins/semanticsummary/SemanticSummaryInputPanel.java
    2010-07-28 20:27:36 UTC (rev 21056)
@@ -541,8 +541,13 @@
                //Number Exclusion Stuff
                
                //Checkbox
-               numExclusion = new JCheckBox("Exclude Numbers");
-               numExclusion.setToolTipText("When selected, causes all words 
that are numbers in the range 0-999 to be excluded");
+               numExclusion = new JCheckBox("Add the numbers 0 - 999 to the 
word exclusion list");
+               
+               buf = new StringBuffer();
+               buf.append("<html>" + "Causes numbers in the range 0 - 999 that 
appear as <b>separate words</b> to be excluded" + "<br>");
+               buf.append("<b>Hint:</b> To exclude numbers that appear within 
a word, either add the entire word to the exclusion list" + "<br>");
+               buf.append("or add the specific number to the list of 
delimiters used for word tokenization" + "</html>");
+               numExclusion.setToolTipText(buf.toString());
                numExclusion.addActionListener(this);
                numExclusion.setSelected(false);
                numExclusion.setEnabled(false);

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