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
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 javafx.scene.control
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