Merge pull request #181 from vrackfall/patch-1

Update BytecodeViewer.java
This commit is contained in:
Kalen (Konloch) Kinloch 2018-01-06 14:29:17 -08:00 committed by GitHub
commit 89167840aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -152,6 +152,7 @@ public class BytecodeViewer {
public static void main(String[] args) {
try {
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
SwingUtilities.updateComponentTreeUI(this);
} catch (Exception e) {
new ExceptionUI(e);
}