mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-03 13:35:09 +00:00
Added #1414 Cancelling in-progress exportation
Fixed FLA export printing xxx string on exporting character with id 320
This commit is contained in:
@@ -109,6 +109,10 @@ public class MainFrameStatusPanel extends JPanel {
|
||||
statusLabel.setText(s);
|
||||
}
|
||||
|
||||
public CancellableWorker getCurrentWorker() {
|
||||
return currentWorker;
|
||||
}
|
||||
|
||||
public void setWorkStatus(String s, CancellableWorker worker) {
|
||||
if (s.isEmpty()) {
|
||||
loadingPanel.setVisible(false);
|
||||
|
||||
Reference in New Issue
Block a user