On Tue, Sep 8, 2015 at 1:30 PM, Edu García <arcn...@gmail.com> wrote:
> I've seen that, but if I understood that correctly, I need to ship a > modified version of JavaFX in order for it to work properly on Windows, and > it continues to be a hack that might or might not work... That is far from > ideal :) > > it is not too unlikely that that will be your best bet for the time being. At the moment (Java8) my understanding is that you don't need to use a modified JRE as the hack with the native window handle currently works IIRC but that is likely to change in Java9 due to enforcement of invisibility of non-public api. Then you may have to modify the JRE if no command line switch is provided to switch this off (which I think they are planning for a grace period). It is far from ideal as you say but Oracle has not shown any interest in pursuing this topic, so I don't see that changing soon.