JavaFX : Application renders properly once in many attempts
Answered
I am a beginner to IntelliJ IDEA and currently using JavaFX to build a GUI app.
After a recent update, whenever a press build, the app is rendered properly after 3-4 attempts (it appears as shown in screenshot).
Current build : #IC-173.4548.28
JRE 1.8.0_152-release-1024-b11 amd64
JVM: OpenJDK 64-bit server
Please sign in to leave a comment.
Does it help to use different JDK (1.8 version from Oracle) for the project?
Try also follow the tips from this thread: https://stackoverflow.com/a/28331575/2000323 and add `-Dprism.order=sw` jvm option in VM Options field.