diff --git a/src/main/java/de/embl/rieslab/emu/controller/SystemController.java b/src/main/java/de/embl/rieslab/emu/controller/SystemController.java index 8f768bd..1c4063b 100644 --- a/src/main/java/de/embl/rieslab/emu/controller/SystemController.java +++ b/src/main/java/de/embl/rieslab/emu/controller/SystemController.java @@ -49,7 +49,7 @@ */ public class SystemController { - public static final String EMU_VERSION = "1.4"; // manual version; + public static final String EMU_VERSION = "1.1"; // manual version; private static Studio studio_; // MM studio private MMRegistry mmregistry_; // holds the properties and configuration groups from Micro-manager diff --git a/src/main/java/de/embl/rieslab/emu/controller/utils/SystemDialogs.java b/src/main/java/de/embl/rieslab/emu/controller/utils/SystemDialogs.java index 3c7a1bb..de8f94d 100644 --- a/src/main/java/de/embl/rieslab/emu/controller/utils/SystemDialogs.java +++ b/src/main/java/de/embl/rieslab/emu/controller/utils/SystemDialogs.java @@ -284,15 +284,15 @@ public static void showAboutEMU(){ style.append("font-size:" + font.getSize() + "pt;"); String message = "Easier Micro-manager User interfaces (EMU).
" - + "version "+SystemController.EMU_VERSION+"
" - + "EMU is a Micro-Manager plugin that provides an easy and intuitive way to interface a user
" - + "interface (UI) with the device properties of Micro-manager. Build you own UI using drag and
" - + "drop softwares and EMU classes and load your UI in EMU. Finally, configure it by mapping
" - + "device properties to the UI properties and set the UI parameter values using the configuration
" + + "version "+SystemController.EMU_VERSION+"

" + + "EMU is a Micro-Manager plugin that provides an easy and intuitive way to link a user interface
" + + "(UI) with the device properties of Micro-manager. Build you own UI using drag and drop
" + + "softwares and EMU classes and load your UI in EMU. Finally, configure it by mapping device
" + + "properties to the UI properties and set the UI parameter values using the configuration
" + "wizard.

" + "The EMU guide is available online.
" - + "Find the source code on Github.

" - + "This plugin was developped by Joran Deschamps, EMBL (2019)."; + + "Find the source code on Github.

" + + "EMU was developped by Joran Deschamps, EMBL (2019)."; // html content JEditorPane ep = new JEditorPane("text/html", "" //