diff --git a/exercises/designer-help.md b/exercises/designer-help.md index ddf7ef8..9afcc9b 100644 --- a/exercises/designer-help.md +++ b/exercises/designer-help.md @@ -3,6 +3,9 @@ ## Download JavaFX If JavaFX is not installed you can download it [here](https://gluonhq.com/products/javafx/). Check the current version of your JDK by running ```java --version``` and download the corresponding version ("Minimum JDK" column). +* Java 23 => JavaFX 25 +* Java 22 => JavaFX 24 +* Java 21 => JavaFX 23 * Java 17 => JavaFX 21 * Java 11 => JavaDX 17