SDE-Manvendra

Results 3 comments of SDE-Manvendra

@dorkbox Thanks for the reply. I forgot to mention that I have set `Platform.setImplicitExit(false);`, as I want to hide the stage when application is closed. Does that make any difference?...

Facing smiliar issue when executing a JAR file. It works when we run application using `maven clean install spring-boot:run`. Once we create the jar and then try to execute it...

@kryjak @dorkbox FYI - The workaround is to put `System.setProperty("jdk.gtk.version", "3");` in your main method and it works for me.