Skip to content

Commit

Permalink
modified about emu and bumped to version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeschamps committed Jan 9, 2020
1 parent 33186bb commit 16ce6f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -284,15 +284,15 @@ public static void showAboutEMU(){
style.append("font-size:" + font.getSize() + "pt;");

String message = "Easier Micro-manager User interfaces (EMU).<br />"
+ "version "+SystemController.EMU_VERSION+" <br />"
+ "EMU is a Micro-Manager plugin that provides an easy and intuitive way to interface a user <br />"
+ "interface (UI) with the device properties of Micro-manager. Build you own UI using drag and<br />"
+ "drop softwares and EMU classes and load your UI in EMU. Finally, configure it by mapping <br />"
+ "device properties to the UI properties and set the UI parameter values using the configuration <br />"
+ "version "+SystemController.EMU_VERSION+" <br /><br />"
+ "EMU is a Micro-Manager plugin that provides an easy and intuitive way to link a user interface<br />"
+ "(UI) with the device properties of Micro-manager. Build you own UI using drag and drop<br />"
+ "softwares and EMU classes and load your UI in EMU. Finally, configure it by mapping device<br />"
+ "properties to the UI properties and set the UI parameter values using the configuration <br />"
+ "wizard.<br /><br />"
+ "<a href=\"https://jdeschamps.github.io/EMU-guide/\">The EMU guide</a> is available online.<br />"
+ "<a href=\"https://github.com/jdeschamps/EMU\">Find the source code on Github</a>.<br /><br />"
+ "This plugin was developped by Joran Deschamps, EMBL (2019).";
+ "Find <a href=\"https://github.com/jdeschamps/EMU\"> the source code</a> on Github.<br /><br />"
+ "EMU was developped by Joran Deschamps, EMBL (2019).";

// html content
JEditorPane ep = new JEditorPane("text/html", "<html><body style=\"" + style + "\">" //
Expand Down

0 comments on commit 16ce6f6

Please sign in to comment.