We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43d4467 commit bdac3a0Copy full SHA for bdac3a0
src/main/java/ai/nets/samj/gui/MainGUI.java
@@ -244,6 +244,7 @@ protected void loadModel() {
244
cmbModels.getSelectedModel().setReturnOnlyBiggest(retunLargest.isSelected());
245
setTwoThirdsEnabled(true);
246
} catch (IOException | RuntimeException | InterruptedException ex) {
247
+ go.setEnabled(true);
248
ex.printStackTrace();
249
}
250
this.go.showAnimation(false);
0 commit comments