Re: OpenJFX / JDK 9 questions

2015-08-20 Thread Chris Newland
Thanks Kevin, Phil. I find it encouraging that there is a plan to include jfx as part of the jdk forest as that will lead to a smoother build process. Hopefully there will still be a mechanism to add OpenJFX to other JDKs (Zulu etc.) in a post-Jigsaw world. I filed a bug just as a reminder:

Touch Screen X-axis flipped on Udoo/3M Touchscreen EX_II

2015-08-20 Thread info
I have got the first incarnation of my JavaFX app running on my Udoo board, a FreeScale based ARM. It is using the sw pipeline, not the Vivante yet, but there is another problem first. When I connect a mouse the mouse coordinates are interpreted correctly, but the touch events, or touch

Re: [JDK8u60] [regression] [WebView] Load single page application from jar

2015-08-20 Thread Kevin Rushforth
Please file a bug and include a test case that reproduces the bug. -- Kevin Hruda, Steve wrote: Hi, our java application uses JavaFX’s WebView to load a single page application which should be available while the user is offline. The single page application will be delivered by a jar file.