Re: How to inject javascript function to be used before finishing loading dom in JavaFX
Check the source code of my WebFX project. I hack the WebEngine dom object to add some functions before things are loaded. GitHub.com/brunoborges/webfx On Mon, Jun 17, 2019, 15:36 Joey Ruiz wrote: > I'm creating a javaFX browser integrated with a swing application. This > browser opens a webpag
RFR: JDK-8226274: NPE in WinWindow.notifyMoving when Stage with no Scene is shown on 2nd monitor
Please review the following fix for an NPE on a multi-monitor system: https://bugs.openjdk.java.net/browse/JDK-8226274 https://github.com/javafxports/openjdk-jfx/pull/503 -- Kevin