Update BytecodeViewer.java
Remove Windows 7 UI on Windows 10
This commit is contained in:
parent
42caddf137
commit
54488b1cfc
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue