Revert "Update BytecodeViewer.java"
This commit is contained in:
parent
89167840aa
commit
08d2d7e6ff
1 changed files with 0 additions and 1 deletions
|
@ -152,7 +152,6 @@ 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