Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xzel23/fxbrowser

a simple JavaFX based browser that I use for testing the WebView control
https://github.com/xzel23/fxbrowser

Last synced: 8 days ago
JSON representation

a simple JavaFX based browser that I use for testing the WebView control

Awesome Lists containing this project

README

        

# fxbrowser

A simple JavaFX based webbrowser that I use for testing the WebView control and also as a test project for my [gradle plugin](https://github.com/xzel23/JpmsGradlePlugin).

## Building and running the project

* clone the project
```
git clone https://github.com/xzel23/fxbrowser.git
```

* run gradle, the `jlink` task produces a standalone application
```
cd fxbrowser
./gradlew jlink
```

* after building, start the program
```
./build/dist/bin/fxbrowser
```

* run gradle, the `bundle` task produces an appliction image (depends on your platform)
```
cd fxbrowser
./gradlew bundle
```