Questions tagged [javafx-18]
4 questions
5
votes
2 answers
JavaFX Layout issue in TreeView
Recently I updated my application from JavaFX 8 to JavaFX 18. After the migration I found some weird issues related to layout of TreeView. If I understand correctly, by the end of a scene pulse, all the nodes (in fact parents) are rendered…

Sai Dandem
- 8,229
- 11
- 26
2
votes
0 answers
JavaFX How to determine when a Parent's layout operation is finished
I need to perform some checks/testing only when a node's layout operation is done completely. When I am working with JavaFX 8 version, I use to rely on the needsLayout property of Parent node. This property gets updated after all the layout…

Sai Dandem
- 8,229
- 11
- 26
0
votes
0 answers
JavaFX 18 Maven IntelliJ: Graphics Device initialization failed for: d3d, sw Error initializing QuantumRenderer: no suitable pipeline found
I'd like to create a fat JAR (uber JAR), that runs on double click, and contains all dependencies (JavaFX and other). 'm using Java 18, JavaFX 18, Maven and IntelliJ for my project. The project builds succesfully, and by using the package command I…

Thend
- 95
- 7
0
votes
1 answer
Creating executable JAR in IntelliJ (Java 18, JavaFX 18 Maven project), "WARNING: Unsupported JavaFX configuration..."
I have a Java 18, JavaFX 18 Maven project which has a lot of libraries, beside the javaFX libraries, that needs to be included in the artifact. I want to create an artifact, a jar, which contains all dependencies. I started following this video to…

Thend
- 95
- 7