Author: pwang
Date: 2010-10-19 10:01:00 -0700 (Tue, 19 Oct 2010)
New Revision: 22286

Modified:
   cytoscape/trunk/application/src/main/java/cytoscape/view/CyMenus.java
Log:
Use CytoscapeAction

Modified: cytoscape/trunk/application/src/main/java/cytoscape/view/CyMenus.java
===================================================================
--- cytoscape/trunk/application/src/main/java/cytoscape/view/CyMenus.java       
2010-10-19 16:59:24 UTC (rev 22285)
+++ cytoscape/trunk/application/src/main/java/cytoscape/view/CyMenus.java       
2010-10-19 17:01:00 UTC (rev 22286)
@@ -649,7 +649,7 @@
                applyLayoutButton.setToolTipText("Apply "+layoutName + " 
layout");
                applyLayoutButton.setBorderPainted(false);
                applyLayoutButton.setRolloverEnabled(true);             
-               applyLayoutButton.addMouseListener(new 
ApplyLayoutMouseAdapter(applyLayoutButton));
+               applyLayoutButton.addActionListener(new 
ApplyLayoutAction(applyLayoutButton));
 
                toolBar.add(applyLayoutButton);
 

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