Added #1414 Cancelling in-progress exportation

Fixed FLA export printing xxx string on exporting character with id 320
This commit is contained in:
Jindra Petřík
2022-11-06 23:28:01 +01:00
parent 634758c891
commit 2d256cfeb8
14 changed files with 145 additions and 19 deletions

View File

@@ -529,6 +529,10 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
statusPanel.setWorkStatus(s, worker);
mainMenu.updateComponents();
}
public CancellableWorker getCurrentWorker() {
return statusPanel.getCurrentWorker();
}
private JPanel createWelcomePanel() {
JPanel welcomePanel = new JPanel();