From 32b05a071bb78bea3c9970ae7b8cc7cfd926f949 Mon Sep 17 00:00:00 2001 From: Robert Haase Date: Mon, 27 Jul 2020 15:58:56 +0200 Subject: [PATCH 1/2] Change the default location of the menu entry --- src/main/resources/plugins.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/plugins.config b/src/main/resources/plugins.config index 9902efc..b18485e 100644 --- a/src/main/resources/plugins.config +++ b/src/main/resources/plugins.config @@ -5,4 +5,4 @@ # If something like ("") is appended to the class name, the setup() method # will get that as arg parameter; otherwise arg is simply the empty string. -Process, "Process Pixels", com.mycompany.imagej.Process_Pixels +Plugins, "Process Pixels", com.mycompany.imagej.Process_Pixels From 386790fada99ed892849d93f928864023df83428 Mon Sep 17 00:00:00 2001 From: Robert Haase Date: Mon, 27 Jul 2020 16:19:58 +0200 Subject: [PATCH 2/2] Create a custom sub menu for demo purposes --- src/main/resources/plugins.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/plugins.config b/src/main/resources/plugins.config index b18485e..738e86d 100644 --- a/src/main/resources/plugins.config +++ b/src/main/resources/plugins.config @@ -5,4 +5,4 @@ # If something like ("") is appended to the class name, the setup() method # will get that as arg parameter; otherwise arg is simply the empty string. -Plugins, "Process Pixels", com.mycompany.imagej.Process_Pixels +Plugins>My Plugins, "Process Pixels", com.mycompany.imagej.Process_Pixels