Detect Hyperlink hover in WebView and print the link
问题 I want to add the hovered Hyperlink from a WebView and display it in a corner. How can i achieve? It should be like Chromes feature: Example-Chrome-Screenshot Example WebView Code with many links: import javafx.application.Application; import javafx.scene.Group; import javafx.scene.Scene; import javafx.scene.control.ScrollPane; import javafx.scene.web.WebEngine; import javafx.scene.web.WebView; import javafx.stage.Stage; public class core extends Application { @Override public void start