Update BytecodeViewer.java

Remove Windows 7 UI on Windows 10
This commit is contained in:
vrackfall 2018-01-06 17:24:07 -05:00 committed by GitHub
parent 42caddf137
commit 54488b1cfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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