https://github.com/goxr3plus/JavaFX-Web-Browser
🏵 Web Browser made in Java and JavaFX
https://github.com/goxr3plus/JavaFX-Web-Browser
java javascript webbrowser
Last synced: 23 days ago
JSON representation
🏵 Web Browser made in Java and JavaFX
- Host: GitHub
- URL: https://github.com/goxr3plus/JavaFX-Web-Browser
- Owner: goxr3plus
- License: gpl-3.0
- Created: 2017-04-02T00:20:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-07T00:28:15.000Z (about 2 years ago)
- Last Synced: 2025-03-24T17:16:29.418Z (29 days ago)
- Topics: java, javascript, webbrowser
- Language: Java
- Homepage:
- Size: 4.54 MB
- Stars: 235
- Watchers: 18
- Forks: 64
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://ko-fi.com/Q5Q3WBIC)
---
JavaFX Web Browser ( Library )
🏵
You always dreamed how to make a WebBrowser in JavaFX? Well then you are in the right place.
---
[](https://github.com/goxr3plus/JavaFX-Web-Browser/releases)
[![GitHub contributors][contributors-image]][contributors-url]
[](http://hits.dwyl.io/goxr3plus/JavaFX-Web-Browser)
[](https://github.com/goxr3plus/JavaFX-Web-Browser/releases)[contributors-url]: https://github.com/goxr3plus/JavaFX-Web-Browser/graphs/contributors
[contributors-image]: https://img.shields.io/github/contributors/goxr3plus/JavaFX-Web-Browser.svg
[browser-jitpack-url]: https://jitpack.io/#goxr3plus/JavaFX-Web-Browser>Java 10 Web Browser release ===> [On the way](https://github.com/goxr3plus/JavaFX-Web-Browser/releases) ( I can't get it work with JitPack i don't know why ..... )

> Older Java 8 and 9 releases [here](https://github.com/goxr3plus/JavaFX-Web-Browser/wiki/Java-8-and-9-Releases)
### How to add this browser inside your application
1.
You have to add it as a dependency , you can use [JitPack.io][browser-jitpack-url]
> Step 1. Add the JitPack repository to your build file
```XML
jitpack.io
https://jitpack.io
```
> Step 2. Add the dependency
```xml
com.github.goxr3plus
JavaFX-Web-Browser
Tag
```2.
Then from inside your code you can create an intance or multiple instances of Browser like this:
``` JAVA
public WebBrowserController webBrowser = new WebBrowserController();
```and add it for example inside a BorderPane :
```JAVA
BorderPane borderPane = new BorderPane( webBrowser );
```Happy :) ? Cause i am ...
---