mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-14 07:08:13 +00:00
Added Opening ABC file format (*.abc)
This commit is contained in:
@@ -45,7 +45,7 @@ public class LoadingDialog extends AppDialog {
|
||||
|
||||
private final JProgressBar progressBar = new JProgressBar(0, 100);
|
||||
|
||||
public void setWroker(CancellableWorker<?> worker) {
|
||||
public void setWorker(CancellableWorker<?> worker) {
|
||||
this.worker = worker;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user