* * <li>DISCOVERY_START - Boolean - controls if discovery services are queried on
* startup (JWS1 services only)</li>
* <li>DISCOVERY_URLS - comma separated list of Discovery Service endpoints. (JWS1 services only)</li>
- * <li>SHOW_JWS1_SERVICES (true) enable or disable the original Jalview 2 services in the desktop GUI
+ * <li>SHOW_JWS1_SERVICES (true) enable or disable the original Jalview 2 services in the desktop GUI</li>
+ * <li>ENABLE_RSBS_EDITOR (false for 2.7 release) enable or disable RSBS editing panel in web service preferences</li>
* </ul>
* @author $author$
* @version $Revision$
wsMenuRefreshButs.add(resetWs, null);
wsMenuRefreshButs.add(progressBar, null);
myBorderlayout.setHgap(3);
- if (true) {
+ if (jalview.bin.Cache.getDefault("ENABLE_RSBS_EDITOR",false)) {
JTabbedPane listPanels=new JTabbedPane();
listPanels.addTab("JABAWS Servers",wsListPanel);
listPanels.addTab("RSB Services", srbsListPanel);