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.
mvn install
This is a maven project. So you must install maven in your local machine to use this template.
mvn javafx:run
mvn package
This will generate a stand alone executable uber jar. Then execute it from
java -jar your-output-file.jar
Happy coding!