Basheer009 / JavaFx_Webview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaFX WebView Template

A template to create java gui applications with javafx webview component. Remember to rename your group id and artifact id. Then rename the folders accordingly.

Install dependencies

mvn install

This is a maven project. So you must install maven in your local machine to use this template.

Run in development mode

mvn javafx:run

Run in production mode

mvn package

This will generate a stand alone executable uber jar. Then execute it from

java -jar your-output-file.jar

Happy coding!

About


Languages

Language:Java 96.3%Language:HTML 3.1%Language:CSS 0.5%