Skip to content

Commit 8916784

Browse files
authored
Merge pull request Konloch#181 from vrackfall/patch-1
Update BytecodeViewer.java
2 parents 42caddf + 54488b1 commit 8916784

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/the/bytecode/club/bytecodeviewer/BytecodeViewer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ private BytecodeViewer() {
152152
public static void main(String[] args) {
153153
try {
154154
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
155+
SwingUtilities.updateComponentTreeUI(this);
155156
} catch (Exception e) {
156157
new ExceptionUI(e);
157158
}

0 commit comments

Comments
 (0)