Skip to content

Commit

Permalink
Add an icon for a bin that is closed.
Browse files Browse the repository at this point in the history
Should be nicer than the big red button to remove items.
  • Loading branch information
tinevez committed Dec 4, 2024
1 parent 476d646 commit 9200a75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/fiji/plugin/trackmate/gui/Icons.java
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ public class Icons

public static final ImageIcon BIN_ICON = new ImageIcon( Icons.class.getResource( "images/bin_empty.png" ) );

public static final ImageIcon BIN_CLOSED_ICON = new ImageIcon( Icons.class.getResource( "images/bin_closed.png" ) );

public static final ImageIcon CAMERA_ICON = new ImageIcon( Icons.class.getResource( "images/camera_go.png" ) );

public static final ImageIcon APPLY_ICON = new ImageIcon( Icons.class.getResource( "images/page_save.png" ) );
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9200a75

Please sign in to comment.