Author: mes
Date: 2010-02-09 14:06:50 -0800 (Tue, 09 Feb 2010)
New Revision: 19275
Modified:
csplugins/trunk/ucsd/pwang/jActiveModules3/src/csplugins/jActiveModules/ActiveModulesUI.java
Log:
updated error message
Modified:
csplugins/trunk/ucsd/pwang/jActiveModules3/src/csplugins/jActiveModules/ActiveModulesUI.java
===================================================================
---
csplugins/trunk/ucsd/pwang/jActiveModules3/src/csplugins/jActiveModules/ActiveModulesUI.java
2010-02-09 22:02:11 UTC (rev 19274)
+++
csplugins/trunk/ucsd/pwang/jActiveModules3/src/csplugins/jActiveModules/ActiveModulesUI.java
2010-02-09 22:06:50 UTC (rev 19275)
@@ -83,8 +83,11 @@
JOptionPane
.showMessageDialog(
Cytoscape.getDesktop(),
- "Cannot start
jActiveModules:\n"
-
+ "There are no node attributes of type float.",
+ "JActiveModules
cannot start because it cannot find\n" +
+ "any p-value
attributes! JActiveModules requires at\n" +
+ "least one node
attribute with values ranging between\n" +
+ "0 and 1 of
type 'float' (i.e. decimal or real number).\n" +
+ "Please load an
appropriate attribute and try again.",
"jActiveModules", JOptionPane.ERROR_MESSAGE);
return;
}
--
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.