diff --git a/src/main/java/the/bytecode/club/bytecodeviewer/gui/hexviewer/JHexEditor.java b/src/main/java/the/bytecode/club/bytecodeviewer/gui/hexviewer/JHexEditor.java index 3762c025..7c8a8aa9 100644 --- a/src/main/java/the/bytecode/club/bytecodeviewer/gui/hexviewer/JHexEditor.java +++ b/src/main/java/the/bytecode/club/bytecodeviewer/gui/hexviewer/JHexEditor.java @@ -28,7 +28,7 @@ public class JHexEditor extends JPanel implements FocusListener, AdjustmentListe byte[] buff; public int cursor; - protected static Font font = new Font("Monospaced", Font.PLAIN, 12); + protected static Font font = new Font(Font.MONOSPACED, Font.PLAIN, 12); protected int border = 2; public boolean DEBUG = false; private final JScrollBar sb;