chore: remove FlatIntelliJLaf
This commit is contained in:
@@ -6,18 +6,13 @@
|
|||||||
|
|
||||||
package stegsolve;
|
package stegsolve;
|
||||||
|
|
||||||
import com.formdev.flatlaf.FlatIntelliJLaf;
|
|
||||||
|
|
||||||
import javax.swing.*;
|
|
||||||
import javax.swing.border.Border;
|
|
||||||
import javax.swing.event.ChangeEvent;
|
|
||||||
import javax.swing.event.ChangeListener;
|
|
||||||
import javax.swing.filechooser.*;
|
|
||||||
import java.io.*;
|
|
||||||
import java.awt.image.*;
|
|
||||||
import javax.imageio.*;
|
|
||||||
import java.awt.event.*;
|
|
||||||
import java.awt.*;
|
import java.awt.*;
|
||||||
|
import java.awt.event.*;
|
||||||
|
import java.awt.image.*;
|
||||||
|
import java.io.*;
|
||||||
|
import javax.imageio.*;
|
||||||
|
import javax.swing.*;
|
||||||
|
import javax.swing.filechooser.*;
|
||||||
|
|
||||||
// todo - sort out dimensions in linux
|
// todo - sort out dimensions in linux
|
||||||
// todo - width/height explorer
|
// todo - width/height explorer
|
||||||
@@ -130,7 +125,6 @@ public class StegSolve extends JFrame {
|
|||||||
|
|
||||||
// <editor-fold defaultstate="collapsed" desc="Initcomponents()">
|
// <editor-fold defaultstate="collapsed" desc="Initcomponents()">
|
||||||
private void initComponents() {
|
private void initComponents() {
|
||||||
FlatIntelliJLaf.install();
|
|
||||||
menuBar = new JMenuBar();
|
menuBar = new JMenuBar();
|
||||||
menuFile = new JMenu();
|
menuFile = new JMenu();
|
||||||
fileOpen = new JMenuItem();
|
fileOpen = new JMenuItem();
|
||||||
|
Reference in New Issue
Block a user