In Ubuntu 24.04, when I click the Sandbox button, a window appears with a width of 1px.
The white area in the upper left of this capture is the Sandbox window.

This seems to be a bug in JavaFX (OpenJFX), and it works fine with version 22 or later.
(Is this bug perhaps JDK-8316423?)
|
<openjfx.version>19.0.2.1</openjfx.version> <!-- https://mvnrepository.com/artifact/org.openjfx/javafx --> |
<properties>
- <openjfx.version>19.0.2.1</openjfx.version> <!-- https://mvnrepository.com/artifact/org.openjfx/javafx -->
+ <openjfx.version>22</openjfx.version> <!-- https://mvnrepository.com/artifact/org.openjfx/javafx -->
</properties>
NOTE: JavaFX 22 requires JDK 17 or later.
In Ubuntu 24.04, when I click the Sandbox button, a window appears with a width of 1px.

The white area in the upper left of this capture is the Sandbox window.
This seems to be a bug in JavaFX (OpenJFX), and it works fine with version 22 or later.
(Is this bug perhaps JDK-8316423?)
jitwatch/ui/pom.xml
Line 17 in 8234257
NOTE: JavaFX 22 requires JDK 17 or later.