Re: "javapackager" in no-mans-land?

2018-09-22 Thread Kamlesh Prajapati
Hi, Thanks for your replay. I found exe build using maven with 'javafx-maven-plugin' Or Inno Setup tool but My project is update release every 2 week. so auto update tool for manage inside client system. Also i found auto update tool Like https://github.com/edvin/fxlauncher https://github.com/up

Re: BUG: zip file in sdk lib folder causes bugged JDK build

2018-09-22 Thread Kevin Rushforth
I have never seen this problem. As for including src.zip in the "lib" directory, that matches what the JDK has done for years. It may have something to do with how you are building your JDK? In any case, as mentioned in a previous email, I do not recommend using a boot JDK with JavaFX modules t

Re: [12] RFR: JDK-8209966: Update minimum boot JDK to 11

2018-09-22 Thread Kevin Rushforth
On 9/21/2018 6:00 PM, Ty Young wrote: Is requiring the previously released JDK to build JavaFX really necessary? Does something *actually* break as a result of using an older boot JDK? Yes, there is a good reason to do this, and that is to fix JDK-8210092 [1], which gets rid of the legacy

Re: [12] RFR: JDK-8210092: Remove old javafx.swing implementation

2018-09-22 Thread Alan Bateman
On 22/09/2018 00:53, Kevin Rushforth wrote: Please review the following on GitHub: https://bugs.openjdk.java.net/browse/JDK-8210092 https://github.com/javafxports/openjdk-jfx/pull/207 https://github.com/javafxports/openjdk-jfx/pull/207/files This will remove the old JDK-10-based implementati

Re: BUG: TableView's setMouseTransparent method does not make mouse transparent

2018-09-22 Thread Paul Ray Russell
>> JavaFX does not use exclusive full-screen mode. It simulates full >> screen by using an undecorated window that is exactly the size of the >> screen. This means that pop-ups, such as those used by ComboBox and >> content menus, will continue to work (they use separate windows). >> >>-- Kevin >>