We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08dfed7 commit e073dadCopy full SHA for e073dad
src/main/java/io/bioimage/modelrunner/gui/Gui.java
@@ -391,6 +391,7 @@ else if (!GuiUtils.isEDTAlive())
391
List<String> inputNames = guiAdapter.getInputImageNames();
392
if (inputNames.size() == 0) {
393
startModelInstallation(false);
394
+ SwingUtilities.invokeLater(() -> this.contentPanel.setProgressLabelText("No image open"));
395
return;
396
}
397
List<Tensor<T>> list = guiAdapter.getInputTensors(runner.getDescriptor());
0 commit comments