We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8916784 commit 08d2d7eCopy full SHA for 08d2d7e
src/main/java/the/bytecode/club/bytecodeviewer/BytecodeViewer.java
@@ -152,7 +152,6 @@ private BytecodeViewer() {
152
public static void main(String[] args) {
153
try {
154
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
155
- SwingUtilities.updateComponentTreeUI(this);
156
} catch (Exception e) {
157
new ExceptionUI(e);
158
}
0 commit comments