Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 818 Bytes

File metadata and controls

25 lines (16 loc) · 818 Bytes

JxBrowser in a Maven-based JavaFX desktop application

This example demonstrates how to configure a Maven project with JxBrowser to embed a BrowserView widget into a JavaFX desktop application to display web pages.

Prerequisites

Run the JavaFX application

Use the following command to start the application:

mvn clean compile exec:java -Djxbrowser.license.key=<your_license_key>

Once launched, the app loads the HTML5 test page:

BrowserView in JavaFX app