Author: ruschein
Date: 2011-05-13 10:26:25 -0700 (Fri, 13 May 2011)
New Revision: 25048
Modified:
csplugins/trunk/ucsd/mes/genomespace-plugin/src/main/java/cytoscape/genomespace/DeleteFileInGenomeSpace.java
Log:
Added a missing GS icon.
Modified:
csplugins/trunk/ucsd/mes/genomespace-plugin/src/main/java/cytoscape/genomespace/DeleteFileInGenomeSpace.java
===================================================================
---
csplugins/trunk/ucsd/mes/genomespace-plugin/src/main/java/cytoscape/genomespace/DeleteFileInGenomeSpace.java
2011-05-13 17:24:33 UTC (rev 25047)
+++
csplugins/trunk/ucsd/mes/genomespace-plugin/src/main/java/cytoscape/genomespace/DeleteFileInGenomeSpace.java
2011-05-13 17:26:25 UTC (rev 25048)
@@ -1,10 +1,12 @@
package cytoscape.genomespace;
+
import cytoscape.Cytoscape;
import cytoscape.util.CytoscapeAction;
import cytoscape.util.FileUtil;
import cytoscape.logger.CyLogger;
import java.awt.event.ActionEvent;
+import javax.swing.ImageIcon;
import javax.swing.JOptionPane;
import java.io.File;
@@ -18,6 +20,7 @@
import org.genomespace.client.DataManagerClient;
import org.genomespace.client.User;
+
/**
* A simple action. Change the names as appropriate and
* then fill in your expected behavior in the actionPerformed()
@@ -30,7 +33,8 @@
public DeleteFileInGenomeSpace() {
// Give your action a name here
- super("Delete File in GenomeSpace");
+ super("Delete File in GenomeSpace",
+ new
ImageIcon(DeleteFileInGenomeSpace.class.getResource("/images/genomespace_icon.gif")));
// Set the menu you'd like here. Plugins don't need
// to live in the Plugins menu, so choose whatever
--
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.