To answer your other question, JDK 7u17 uses FX 2.2.7. Here is the
mapping of recent JDK 7u relases and FX 2.2.x releases:
JDK 7u17 : FX 2.2.7
JDK 7u21 : FX 2.2.21
JDK 7u25 : FX 2.2.25 [*]
JDK 7u40 : FX 2.2.40 [*]
[*] - Not yet released
We are now aligned with the JDK in terms of release numbering such that
JDK 7uNN includes FX 2.2.NN
-- Kevin
Kevin Rushforth wrote:
The URL for the latest 2.x update releases is:
http://hg.openjdk.java.net/openjfx/2u/master/rt
See the following e-mail message:
http://mail.openjdk.java.net/pipermail/openjfx-dev/2013-April/007353.html
-- Kevin
Neil Galarneau wrote:
Hello,
Is Java 7 Update 17 using JavaFX 2.2?
I see discrepancies between the JavaFX source code I downloaded from
http://hg.openjdk.java.net/openjfx/2.2/master/rt and a stack trace
that I had running jdk7u17.
I had a stack trace with:
java.lang.NullPointerException
at javafx.scene.control.Control.loadClass(Control.java:134)
at
javafx.scene.control.Control.loadSkinClass(Control.java:1021)
at javafx.scene.control.Control.access$500(Control.java:70)
at
javafx.scene.control.Control$12.invalidated(Control.java:972)
However, in the Control.java source from both the .gz & the .zip
downloaded from the above page:
1) there is no loadClass method at all
and
2) the loadSkinClass method line 1021 is in the middle of a block
comment at the end of the method
I would be very grateful if someone pointed me to the right source.
The source code is very useful when debugging.
Thanks,
Neil