In case Scene Builder is running on a feature release like 20.0.1, it still shows Java version 20 on the build information. Although, the Java version towards the end of the dialog shows correct.
This discrepancy is due to the fact that build information is passed from Maven, which uses the same Java version to compile the project. This version only accepts major release version.
Steps to Reproduce
Run Scene Builder from source using any feature release JDK. Update <java.version> property in pom.xml.
Your Environment
Mac OS X, aarch64, 13.3.1
Screenshots

In case Scene Builder is running on a feature release like 20.0.1, it still shows Java version 20 on the build information. Although, the Java version towards the end of the dialog shows correct.
This discrepancy is due to the fact that build information is passed from Maven, which uses the same Java version to compile the project. This version only accepts major release version.
Steps to Reproduce
Run Scene Builder from source using any feature release JDK. Update
<java.version>property inpom.xml.Your Environment
Mac OS X, aarch64, 13.3.1
Screenshots