Skip to content
Snippets Groups Projects
Commit 24c27576 authored by Céline  TREBEAU's avatar Céline TREBEAU
Browse files

feature : batch mode

parent e82f9972
No related branches found
No related tags found
2 merge requests!47Feature : Multi-channel and Binning,!41Resolve "Consider rescaling (binning) large images"
...@@ -69,6 +69,9 @@ public class MainController< T extends RealType< T > & NativeType< T > > impleme ...@@ -69,6 +69,9 @@ public class MainController< T extends RealType< T > & NativeType< T > > impleme
@FXML @FXML
private TabPane tabPane; private TabPane tabPane;
@FXML
private MenuBar menuBar;
@FXML @FXML
private Label logInfo; private Label logInfo;
private MainAppFrame mainAppFrame; private MainAppFrame mainAppFrame;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment