Skip to content
Snippets Groups Projects
Commit cc6fa5a5 authored by HongKee Moon's avatar HongKee Moon
Browse files

Add fiji icon in the resources

Fixed it for handling the situation that fiji.sc site does not provide Fiji-icon.png properly.
parent ab83d03f
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ public class BigDataBrowserPlugIn implements PlugIn
BufferedImage image = null;
try
{
image = ImageIO.read( new URL( "http://fiji.sc/_images/a/ae/Fiji-icon.png" ) );
image = ImageIO.read( getClass().getResourceAsStream( "/fiji.png" ) );
}
catch ( final IOException e )
{
......
......
src/main/resources/fiji.png

5.18 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment