Skip to content

Commit

Permalink
Merge pull request #183 from Konloch/revert-181-patch-1
Browse files Browse the repository at this point in the history
Revert "Update BytecodeViewer.java"
  • Loading branch information
Konloch authored Jan 8, 2018
2 parents 8916784 + 08d2d7e commit d6603da
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ private BytecodeViewer() {
public static void main(String[] args) {
try {
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
SwingUtilities.updateComponentTreeUI(this);
} catch (Exception e) {
new ExceptionUI(e);
}
Expand Down

0 comments on commit d6603da

Please sign in to comment.