We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 371490c commit feaf0a2Copy full SHA for feaf0a2
2 files changed
src/main/java/fiji/plugin/trackmate/gui/Icons.java
@@ -197,4 +197,6 @@ public class Icons
197
198
public static final ImageIcon SELECT_STYLE_ICON = new ImageIcon( Icons.class.getResource( "images/theme.png" ) );
199
200
+ public static final ImageIcon PENCIL_ICON = new ImageIcon( Icons.class.getResource( "images/pencil.png" ) );
201
+
202
}
src/main/resources/fiji/plugin/trackmate/gui/images/pencil.png
450 Bytes
0 commit comments