From 08d2d7e6fffec866daedba41680582c08b278fe3 Mon Sep 17 00:00:00 2001 From: "Kalen (Konloch) Kinloch" Date: Mon, 8 Jan 2018 10:30:19 -0800 Subject: [PATCH] Revert "Update BytecodeViewer.java" --- .../java/the/bytecode/club/bytecodeviewer/BytecodeViewer.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/the/bytecode/club/bytecodeviewer/BytecodeViewer.java b/src/main/java/the/bytecode/club/bytecodeviewer/BytecodeViewer.java index 0cf961d5..aff22a65 100644 --- a/src/main/java/the/bytecode/club/bytecodeviewer/BytecodeViewer.java +++ b/src/main/java/the/bytecode/club/bytecodeviewer/BytecodeViewer.java @@ -152,7 +152,6 @@ public class BytecodeViewer { public static void main(String[] args) { try { UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName()); - SwingUtilities.updateComponentTreeUI(this); } catch (Exception e) { new ExceptionUI(e); }