Merge pull request #183 from Konloch/revert-181-patch-1

Revert "Update BytecodeViewer.java"
This commit is contained in:
Kalen (Konloch) Kinloch 2018-01-08 10:30:40 -08:00 committed by GitHub
commit d6603dad5f
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);
}