# JxBrowser-QuickStart-Maven-Swing **Repository Path**: lei-c/JxBrowser-QuickStart-Maven-Swing ## Basic Information - **Project Name**: JxBrowser-QuickStart-Maven-Swing - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-22 - **Last Updated**: 2025-01-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # JxBrowser in a Maven-based Swing desktop application This example demonstrates how to configure a Maven project with JxBrowser to embed a `BrowserView` widget into a Swing desktop application to display web pages. ## Prerequisites * Java 17 or newer. * Your JxBrowser license key, or a [free 30-day evaluation key][web-form]. ## Run the Swing application Use the following command to start the application: ```bash mvn clean compile exec:java -Djxbrowser.license.key= ``` Once launched, the app loads the [HTML5 test page][html5-test-page]: ![BrowserView in Swing app][swing-browser-view] [web-form]: https://www.teamdev.com/jxbrowser#evaluate [html5-test-page]: https://html5test.teamdev.com [swing-browser-view]: https://jxbrowser-support.teamdev.com/img/articles/awt-swing-view.webp