mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-03 01:56:37 +00:00
About box
AS1/2: Fixed important decompiling bug
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
package com.jpexs.asdec;
|
||||
|
||||
import com.jpexs.asdec.abc.NotSameException;
|
||||
import com.jpexs.asdec.gui.AboutDialog;
|
||||
import com.jpexs.asdec.gui.LoadingDialog;
|
||||
import com.jpexs.asdec.gui.ModeFrame;
|
||||
import com.jpexs.asdec.gui.View;
|
||||
@@ -464,4 +465,9 @@ public class Main {
|
||||
saveReplacements();
|
||||
System.exit(0);
|
||||
}
|
||||
|
||||
public static void about()
|
||||
{
|
||||
(new AboutDialog()).setVisible(true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user