Merge pull request #183 from Konloch/revert-181-patch-1
Revert "Update BytecodeViewer.java"
This commit is contained in:
commit
d6603dad5f
1 changed files with 0 additions and 1 deletions
|
@ -152,7 +152,6 @@ 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