You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -373,6 +374,7 @@ public void actionPerformed(ActionEvent e)
373
374
JFramenewFrame = newJFrame();
374
375
newFrame.setTitle("Load Config");
375
376
newFrame.setBounds(100, 100, 450, 150);
377
+
newFrame.setResizable(false);
376
378
newFrame.getContentPane().setLayout(null);
377
379
378
380
JLabellblPasteYourCommand = newJLabel("<html>Paste your command that you use to run java-deobfuscator here.<br>\r\nThis should be the command you paste via the command line.</html>");
@@ -436,6 +438,7 @@ public void actionPerformed(ActionEvent e)
436
438
JFramenewFrame = newJFrame();
437
439
newFrame.setTitle("Copy Config");
438
440
newFrame.setBounds(100, 100, 450, 200);
441
+
newFrame.setResizable(false);
439
442
newFrame.getContentPane().setLayout(null);
440
443
441
444
JLabellblCopyYourCommand = newJLabel("<html>Copy the command below and execute it via\r\nyour command executor to run it.</html>");
@@ -522,16 +525,7 @@ public void actionPerformed(ActionEvent e)
0 commit comments