mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-15 11:41:55 +00:00
Added #1870 AS3 Adding new class - Target DoABC tag or position can be selected to prevent Error 1014
This commit is contained in:
@@ -36,6 +36,8 @@ public abstract class AppDialog extends JDialog {
|
||||
|
||||
private ResourceBundle resourceBundle = ResourceBundle.getBundle(AppStrings.getResourcePath(getClass()));
|
||||
|
||||
protected Window owner;
|
||||
|
||||
/*public AppDialog() {
|
||||
View.installEscapeCloseOperation(this);
|
||||
if (Configuration.useRibbonInterface.get()) {
|
||||
@@ -45,6 +47,7 @@ public abstract class AppDialog extends JDialog {
|
||||
|
||||
public AppDialog(Window owner) {
|
||||
super(owner);
|
||||
this.owner = owner;
|
||||
View.installEscapeCloseOperation(this);
|
||||
if (Configuration.useRibbonInterface.get()) {
|
||||
getRootPane().setWindowDecorationStyle(JRootPane.FRAME);
|
||||
|
||||
Reference in New Issue
Block a user