[MOBY-guts] biomoby commit
Paul Gordon
gordonp at dev.open-bio.org
Fri Oct 27 20:11:01 UTC 2006
gordonp
Fri Oct 27 16:11:01 EDT 2006
Update of /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/seahawk/gui
In directory dev.open-bio.org:/tmp/cvs-serv23739/src/main/ca/ucalgary/seahawk/gui
Modified Files:
MobyServicesGUI.java
Log Message:
Improvements to popup-menu hierarchy when there are many, many service options
moby-live/Java/src/main/ca/ucalgary/seahawk/gui MobyServicesGUI.java,1.3,1.4
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/seahawk/gui/MobyServicesGUI.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/seahawk/gui/MobyServicesGUI.java 2006/10/27 20:00:35 1.3
+++ /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/seahawk/gui/MobyServicesGUI.java 2006/10/27 20:11:01 1.4
@@ -22,7 +22,7 @@
public final static String SERVICE_SUBMENU_NAME = "seahawkPopupSubMenuName";
// After this many, subdivide the services for an object into sublists based of service ontology
- public final static int MAX_SERVICES_PER_SUBMENU = 20;
+ public final static int MAX_SERVICES_PER_SUBMENU = 12;
public final static int MAX_SERVICE_DESC_LEN = 100;
public final static String CLIPBOARD_CMD = "clipboard";
/** Always spring MOBY response in a new window if this modifier is present for a click */
More information about the MOBY-guts
mailing list