Merge pull request #181 from vrackfall/patch-1
Update BytecodeViewer.java
This commit is contained in:
commit
89167840aa
1 changed files with 1 additions and 0 deletions
|
@ -152,6 +152,7 @@ public class BytecodeViewer {
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
try {
|
try {
|
||||||
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
|
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
|
||||||
|
SwingUtilities.updateComponentTreeUI(this);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
new ExceptionUI(e);
|
new ExceptionUI(e);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue