Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 14 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-07T00:28:15.000Z (almost 2 years ago)
- Last Synced: 2024-10-23T00:35:55.732Z (22 days ago)
- Topics: java, javascript, webbrowser
- Language: Java
- Homepage:
- Size: 4.54 MB
- Stars: 229
- Watchers: 19
- Forks: 64
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](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.
---
[![Latest Version](https://img.shields.io/github/release/goxr3plus/JavaFX-Web-Browser.svg?style=flat-square)](https://github.com/goxr3plus/JavaFX-Web-Browser/releases)
[![GitHub contributors][contributors-image]][contributors-url]
[![HitCount](http://hits.dwyl.io/goxr3plus/JavaFX-Web-Browser.svg)](http://hits.dwyl.io/goxr3plus/JavaFX-Web-Browser)
[![Total Downloads](https://img.shields.io/github/downloads/goxr3plus/JavaFX-Web-Browser/total.svg)](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 ..... )
![browser](https://user-images.githubusercontent.com/20374208/49159861-1d466d00-f32e-11e8-8718-d6b2b3d41b42.jpg)
> 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 ...
---