Merge pull request #181 from vrackfall/patch-1
Update BytecodeViewer.java
This commit is contained in:
commit
89167840aa
|
@ -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 New Issue
Block a user