Code Cleanup
This commit is contained in:
parent
075cbd1012
commit
30bf371101
1 changed files with 0 additions and 3 deletions
|
@ -96,8 +96,6 @@ public class BytecodeViewPanelUpdater implements Runnable
|
|||
SwingUtilities.invokeLater(() ->
|
||||
{
|
||||
final JHexEditor hex = new JHexEditor(cw.toByteArray());
|
||||
hex.setFont(new Font(Font.MONOSPACED, Font.PLAIN, BytecodeViewer.viewer.getFontSize()));
|
||||
|
||||
bytecodeViewPanel.add(hex);
|
||||
});
|
||||
}
|
||||
|
@ -374,6 +372,5 @@ public class BytecodeViewPanelUpdater implements Runnable
|
|||
|
||||
String editable = isPanelEditable ? " - " + EDITABLE : "";
|
||||
bytecodeViewPanel.textArea.getTitleHeader().setText(decompiler.getDecompilerName() + editable);
|
||||
bytecodeViewPanel.textArea.setFont(new Font(Font.MONOSPACED, Font.PLAIN, BytecodeViewer.viewer.getFontSize()));
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue