Re: Focus Traversal API for JDK 9

2015-10-02 Thread Martin Sladecek
Hi Jonathan, just a few thoughts about the API. When I was adding some of the functionality to traversal, I could not touch the public API. All we had there was the impl_ method for adding TraversalEngine. This means there is some functionality that IMO should have been directly in the

Re: Focus Traversal API for JDK 9

2015-10-02 Thread Jonathan Giles
Thanks so much for chiming in here Martin! For those who don't know, focus traversal used to be one of Martin's many APIs that he used to own, so he knows it in great depth. Martin, I'll parse and work through your sage advice as soon as possible. If you have any further advice for your old

OSGi bundle reloading and "Application launch must not be called more than once"

2015-10-02 Thread info
I'm using OSGi (Apache Felix) to develop my application. The bundle's activator is as follows: @Override public void start(BundleContext context) throws Exception { new Thread(() -> Application.launch(Desktop.class), "JavaFX Desktop launcher").start(); }

In(Sanity) Testing Mondays

2015-10-02 Thread Vadim Pakhnushev
Reminder, Monday is our weekly sanity testing. You can find your testing assignment at: https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing Also please remember that the repo will be locked from 1am PDT until 1pm PDT. Happy testing! Thanks, Vadim