Skip to content

Commit 16b6901

Browse files
committed
Add missing xinitThreads before FlatLightlaf
1 parent 7b377e7 commit 16b6901

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/sc/iview/Main.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
package sc.iview;
3030

3131
import com.formdev.flatlaf.FlatLightLaf;
32+
import graphics.scenery.SceneryBase;
3233

3334
import javax.swing.*;
3435

@@ -39,6 +40,7 @@
3940
*/
4041
public class Main {
4142
public static void main( String... args ) throws Exception {
43+
SceneryBase.xinitThreads();
4244
FlatLightLaf.install();
4345

4446
try {

0 commit comments

Comments
 (0)