Author: pwang
Date: 2012-07-09 16:31:37 -0700 (Mon, 09 Jul 2012)
New Revision: 29815
Modified:
core3/impl/trunk/swing-application-impl/src/main/java/org/cytoscape/internal/view/CytoscapeMenus.java
Log:
Add two separators in the HElp menu
Modified:
core3/impl/trunk/swing-application-impl/src/main/java/org/cytoscape/internal/view/CytoscapeMenus.java
===================================================================
---
core3/impl/trunk/swing-application-impl/src/main/java/org/cytoscape/internal/view/CytoscapeMenus.java
2012-07-09 23:30:22 UTC (rev 29814)
+++
core3/impl/trunk/swing-application-impl/src/main/java/org/cytoscape/internal/view/CytoscapeMenus.java
2012-07-09 23:31:37 UTC (rev 29815)
@@ -86,6 +86,8 @@
menuBar.addSeparator("Apps", 2.0);
menuBar.addSeparator("Help", 2.0);
+ menuBar.addSeparator("Help", 6.0);
+ menuBar.addSeparator("Help", 9.0);
toolBar.addSeparator(2.0f);
toolBar.addSeparator(4.0f);
--
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.