Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 778 Bytes

File metadata and controls

25 lines (15 loc) · 778 Bytes

JxBrowser in a Gradle-based Compose desktop application

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

Prerequisites

Run the Compose application

Use the following command to start the application:

./gradlew run -Djxbrowser.license.key=<your_license_key>

Once launched, the app loads the HTML5 test page:

BrowserView in Compose Desktop app