[openjfx13] RFR : JDK-8222211 : Creating animated gif image from non FX App thread causes exception

2019-06-19 Thread Ambarish Rapte
Hi All, Please review this fix, JBS: https://bugs.openjdk.java.net/browse/JDK-811 Webrev: http://cr.openjdk.java.net/~arapte/fx/811/webrev.00/ Regards, Ambarish

Possible bug on linux + gnome (ubuntu 18.04)

2019-06-19 Thread Thiago Milczarek Sayao
Could anyone confirm this? Run the sample below, click the "Run" button and then close the "Owner Stage". On my machine, gnome shell crashes, sometimes X crashes. import javafx.application.Application; import javafx.scene.Scene; import javafx.scene.control.Button; import

JDK-8222360: Remove spurious empty file from repo

2019-06-19 Thread Arunprasad Rajkumar
Hi Kevin, Please review the following simple PR., it just removes an empty file which got added part of JDK-8211454. https://github.com/javafxports/openjdk-jfx/pull/504 https://bugs.openjdk.java.net/browse/JDK-8222360 Thanks, Arun