mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-15 11:02:33 +00:00
Fixed: #1670 Parent component/window of dialogs not properly set
This commit is contained in:
@@ -36,12 +36,12 @@ public abstract class AppDialog extends JDialog {
|
||||
|
||||
private ResourceBundle resourceBundle = ResourceBundle.getBundle(AppStrings.getResourcePath(getClass()));
|
||||
|
||||
public AppDialog() {
|
||||
/*public AppDialog() {
|
||||
View.installEscapeCloseOperation(this);
|
||||
if (Configuration.useRibbonInterface.get()) {
|
||||
getRootPane().setWindowDecorationStyle(JRootPane.FRAME);
|
||||
}
|
||||
}
|
||||
}*/
|
||||
|
||||
public AppDialog(Window owner) {
|
||||
super(owner);
|
||||
|
||||
Reference in New Issue
Block a user