mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 18:21:31 +00:00
New UI
Removed Start Menu
This commit is contained in:
@@ -16,10 +16,9 @@
|
||||
*/
|
||||
package com.jpexs.decompiler.flash.gui;
|
||||
|
||||
import com.jpexs.decompiler.flash.Configuration;
|
||||
import java.util.Locale;
|
||||
import java.util.ResourceBundle;
|
||||
import javax.swing.JDialog;
|
||||
import javax.swing.JRootPane;
|
||||
|
||||
/**
|
||||
*
|
||||
@@ -31,6 +30,7 @@ public abstract class AppDialog extends JDialog {
|
||||
|
||||
public AppDialog() {
|
||||
View.installEscapeCloseOperation(this);
|
||||
getRootPane().setWindowDecorationStyle(JRootPane.FRAME);
|
||||
}
|
||||
|
||||
public String translate(String key) {
|
||||
|
||||
Reference in New Issue
Block a user