Skip to content

Commit

Permalink
Tweak test drive.
Browse files Browse the repository at this point in the history
  • Loading branch information
tinevez committed May 1, 2024
1 parent 079e202 commit 6e9e6be
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
package fiji.plugin.trackmate.weka;

import fiji.plugin.trackmate.TrackMatePlugIn;
import fiji.plugin.trackmate.gui.GuiUtils;
import ij.IJ;
import ij.ImageJ;

Expand All @@ -30,6 +31,7 @@ public class TrackMateWekaTestDrive

public static void main( final String[] args )
{
GuiUtils.setSystemLookAndFeel();
ImageJ.main( args );
final String path = "samples/MAX_Merged.tif";
IJ.openImage( path ).show();
Expand Down

0 comments on commit 6e9e6be

Please sign in to comment.