JDK 7u6 JavaFX integration - Is jfxrt.jar supposed to be on the classpath?
I have a Swing app that uses a JFXPanel. Running under Java 7u6 (dev preview b16) I expected the JavaFX classes to be on the classpath, but I found they were not.
I added them with -XX:bootclasspath/a and all seemed to work, but I wondered if this was expected?