7 Commits

Author SHA1 Message Date
b9eac22438 Rebase this commit to remove FlatIntelliJLaf. 2025-04-18 16:54:28 +08:00
df376249f0 [1.5] Merge https://github.com/souno-io/Stegsolve 2025-04-18 14:48:31 +08:00
63ffafb7b8 [1.4, 1.5-alpha1] Merge https://github.com/Giotino/stegsolve 2025-04-18 14:36:46 +08:00
8704aff67e [1.3] Original version
Source code inside http://www.caesum.com/handbook/Stegsolve.jar, by Caesum, 2011-05-19
2025-04-18 14:03:43 +08:00
Giovanni Minotti
a90fc2ef2f Fixed Extract Data layout 2019-10-22 11:10:38 +02:00
Giovanni Minotti
54302c11f9 Update 1.4 2018-12-10 22:48:21 +01:00
Giovanni Minotti
4db6c48dcd Initial commit 2018-12-10 22:41:10 +01:00
2 changed files with 0 additions and 3 deletions

Binary file not shown.

View File

@@ -6,8 +6,6 @@
package stegsolve;
import com.formdev.flatlaf.FlatIntelliJLaf;
import javax.swing.*;
import javax.swing.border.Border;
import javax.swing.event.ChangeEvent;
@@ -130,7 +128,6 @@ public class StegSolve extends JFrame {
// <editor-fold defaultstate="collapsed" desc="Initcomponents()">
private void initComponents() {
FlatIntelliJLaf.install();
menuBar = new JMenuBar();
menuFile = new JMenu();
fileOpen = new JMenuItem();