Skip to content

Commit

Permalink
New icons and message for the TrackMate / MaMuT importer.
Browse files Browse the repository at this point in the history
  • Loading branch information
tinevez committed Nov 11, 2024
1 parent 17f6460 commit 339294c
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/org/mastodon/app/MastodonIcons.java
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public class MastodonIcons
new ImageIcon( MastodonIcons.class.getResource( "icon-tag-32x32.png" ) );

public static final ImageIcon MAMUT_IMPORT_ICON_MEDIUM =
new ImageIcon( MastodonIcons.class.getResource( "icon-mamut-import-32x32.png" ) );
new ImageIcon( MastodonIcons.class.getResource( "icon-mamut-import-32x32-2.png" ) );

public static final ImageIcon MAMUT_EXPORT_ICON_MEDIUM =
new ImageIcon( MastodonIcons.class.getResource( "icon-mamut-export-32x32.png" ) );
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/mastodon/mamut/launcher/LauncherGUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public LauncherGUI( final Consumer< String > projectOpener )
sidePanel.add( btnImportMamut, c );

c.gridx = 1;
sidePanel.add( new JLabel( "import MaMuT" ), c );
sidePanel.add( new JLabel( "<html>import TrackMate<br>&amp; MaMuT</html>" ), c );

c.gridx = 0;
c.gridy++;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 339294c

Please sign in to comment.