Author: laylaoesper
Date: 2010-09-21 15:20:20 -0700 (Tue, 21 Sep 2010)
New Revision: 21966
Modified:
csplugins/trunk/soc/layla/WordCloudPlugin/trunk/WordCloud/src/cytoscape/csplugins/wordcloud/AboutPanel.java
csplugins/trunk/soc/layla/WordCloudPlugin/trunk/WordCloud/src/cytoscape/csplugins/wordcloud/SemanticSummaryInputPanel.java
Log:
Fix URL in about panel and set height for JTextArea listing the attribute
values in use.
Modified:
csplugins/trunk/soc/layla/WordCloudPlugin/trunk/WordCloud/src/cytoscape/csplugins/wordcloud/AboutPanel.java
===================================================================
---
csplugins/trunk/soc/layla/WordCloudPlugin/trunk/WordCloud/src/cytoscape/csplugins/wordcloud/AboutPanel.java
2010-09-21 21:01:17 UTC (rev 21965)
+++
csplugins/trunk/soc/layla/WordCloudPlugin/trunk/WordCloud/src/cytoscape/csplugins/wordcloud/AboutPanel.java
2010-09-21 22:20:20 UTC (rev 21966)
@@ -37,7 +37,7 @@
private static final long serialVersionUID = 5805773796102997091L;
- String pluginUrl = "http://www.baderlab.org/GSoC2010";
+ String pluginUrl = "http://www.baderlab.org/Software/WordCloud";
public AboutPanel() {
super(Cytoscape.getDesktop(), "About WordCloud", false);
Modified:
csplugins/trunk/soc/layla/WordCloudPlugin/trunk/WordCloud/src/cytoscape/csplugins/wordcloud/SemanticSummaryInputPanel.java
===================================================================
---
csplugins/trunk/soc/layla/WordCloudPlugin/trunk/WordCloud/src/cytoscape/csplugins/wordcloud/SemanticSummaryInputPanel.java
2010-09-21 21:01:17 UTC (rev 21965)
+++
csplugins/trunk/soc/layla/WordCloudPlugin/trunk/WordCloud/src/cytoscape/csplugins/wordcloud/SemanticSummaryInputPanel.java
2010-09-21 22:20:20 UTC (rev 21966)
@@ -340,6 +340,7 @@
attNames = new JTextArea();
attNames.setColumns(15);
+ attNames.setRows(1);
attNames.setEditable(false);
JScrollPane attListPane = new JScrollPane();
attListPane.setPreferredSize(attNames.getPreferredSize());
--
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.