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