Revert "Update BytecodeViewer.java"

This commit is contained in:
Kalen (Konloch) Kinloch 2018-01-08 10:30:19 -08:00 committed by GitHub
parent 89167840aa
commit 08d2d7e6ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}