[ImageJ-bugs] [Bug 839] broken plugin action bar (icons missing)
bugzilla at fiji.sc
bugzilla at fiji.sc
Wed Aug 6 10:44:37 CDT 2014
http://fiji.sc/bugzilla/show_bug.cgi?id=839
jerome <jerome.mutterer at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |CONFIRMED
--- Comment #1 from jerome <jerome.mutterer at gmail.com> ---
I can confirm that after a recent FIJI/IMAGEJ2 update, actionbars cannot fnd
their icons any more. In the ActionBar plugin, the icon path is built from info
in the configuration file and finally looks like this:
"icons/_test/test.png"
then I used the following to get it's URL:
imageURL = Action_Bar.class.getResource(imgLocation);
This used to work fine and return a valid URL for the icon located in
plugins/ActionBar/icons/_test/test.png but now returns NULL.
Thanks for any pointer about how I could work around this while also keeping it
working with IJ1.
Jerome
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://imagej.net/pipermail/imagej-bugs/attachments/20140806/fb2288b9/attachment.html>
More information about the Imagej-bugs
mailing list