-
-
Notifications
You must be signed in to change notification settings - Fork 452
Open
Description
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?)
Line 17 in 8234257
<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.
Metadata
Metadata
Assignees
Labels
No labels