Skip to content
Snippets Groups Projects
Commit c0c072a1 authored by Céline  TREBEAU's avatar Céline TREBEAU
Browse files

Modification of Zellige in FIJI tree

parent afc2ac4b
No related branches found
No related tags found
1 merge request!31Gui modifications
...@@ -38,7 +38,7 @@ import java.io.File; ...@@ -38,7 +38,7 @@ import java.io.File;
import java.io.IOException; import java.io.IOException;
import java.nio.file.FileSystems; import java.nio.file.FileSystems;
@Plugin( type = Zellige.class, menuPath = "Plugins>Zellige>" ) @Plugin( type = Zellige.class, menuPath = "Plugins>Process>Zellige>" )
public class Zellige extends ContextCommand public class Zellige extends ContextCommand
{ {
...@@ -49,7 +49,7 @@ public class Zellige extends ContextCommand ...@@ -49,7 +49,7 @@ public class Zellige extends ContextCommand
.getPath( "" ) .getPath( "" )
.toAbsolutePath() .toAbsolutePath()
.toString(); .toString();
String imageFilePath = "doc/Organoid.tif"; String imageFilePath = "doc/Mouche.tif";
// Launch ImageJ. // Launch ImageJ.
ImageJ ij = new ImageJ(); ImageJ ij = new ImageJ();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment