mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-21 06:45:41 +00:00
Added Checkstyle to build process and fixing checkstyle to all com.src.jpexs classes
This commit is contained in:
@@ -37,14 +37,13 @@ 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()) {
|
||||
getRootPane().setWindowDecorationStyle(JRootPane.FRAME);
|
||||
}
|
||||
}*/
|
||||
|
||||
public AppDialog(Window owner) {
|
||||
super(owner);
|
||||
this.owner = owner;
|
||||
|
||||
Reference in New Issue
Block a user