The sample Service Test here: https://forums.oracle.com/forums/thread.jspa?messageID=9984287� creates a ListView.
The program runs fine under JavaFX 2.0.2, but throws an exception and does not display a ListView under JavaFX 2.1.
Exception thrown is:
SEVERE: javafx.scene.control.Control loadSkinClass Failed to load skin 'StringProperty [bean: ListView@1ab5fd5[styleClass=list-view], name: skinClassName, value: com.sun.javafx.scene.control.skin.ListViewSkin]' for control ListView@1ab5fd5[styleClass=list-view]
java.lang.NullPointerException
at com.sun.javafx.scene.control.behavior.ListViewBehavior.<init>(Unknown Source)
...
The program runs fine under JavaFX 2.0.2, but throws an exception and does not display a ListView under JavaFX 2.1.
Exception thrown is:
SEVERE: javafx.scene.control.Control loadSkinClass Failed to load skin 'StringProperty [bean: ListView@1ab5fd5[styleClass=list-view], name: skinClassName, value: com.sun.javafx.scene.control.skin.ListViewSkin]' for control ListView@1ab5fd5[styleClass=list-view]
java.lang.NullPointerException
at com.sun.javafx.scene.control.behavior.ListViewBehavior.<init>(Unknown Source)
...