From 6288e8cae6889fddbf0f8b694f7fd5210e9211f0 Mon Sep 17 00:00:00 2001 From: GOXR3PLUS STUDIO Date: Tue, 6 Mar 2018 05:57:37 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 26e6679..ae981af 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,23 @@ [contributors-image]: https://img.shields.io/github/contributors/goxr3plus/JavaFX-Web-Browser.svg [browser-jitpack-url]: https://jitpack.io/#goxr3plus/JavaFX-Web-Browser/V3.5.0 +# Hey friends follow the newest NetBeans tutorial here -> + +[![video](http://img.youtube.com/vi/5Y0ZUS7q_lI/0.jpg)](https://www.youtube.com/watch?v=5Y0ZUS7q_lI) + +Repository -> https://github.com/goxr3plus/Embedded-JavaFX-Web-Browser-Example-with-Maven + +---------------------------------------------------------------------------- + +The below tutorial is Eclipse Version , older tutorial + # Youtube tutorial [![video](http://img.youtube.com/vi/F1yxsH8qyuI/0.jpg)](https://www.youtube.com/watch?v=F1yxsH8qyuI) Repository of tutorial -> https://github.com/goxr3plus/JavaFXBrowserOverlay +----------------------------------------------------------------------------- + # You can use this browser inside your JavaFX Application What that means ? Well you can download the jar file with Maven , Gradle etc ( the depencities will come along ) and use it inside your application . @@ -69,7 +81,7 @@ You always dreamed how to make a WebBrowser in JavaFX? Well then you are in the This project is part of XR3Player java Media Player , so i will continue to improve it in every update :) -Donwload latest prebuild zip folder V3.3.0 [here](https://github.com/goxr3plus/JavaFX-Web-Browser/releases/download/V3.1.0/JavaFXWebBrowser-3.3.0.zip) +Donwload latest prebuild zip folder V3.5.0 [here](https://github.com/goxr3plus/JavaFX-Web-Browser/releases/download/V3.5.0/JavaFXWebBrowser-3.5.0-bin.zip) ![javafxwebbrowser](https://user-images.githubusercontent.com/20374208/32561528-18323d74-c4b5-11e7-9552-f7aeba4f9728.jpg) From 9733b616dac782521529fa89dee3e4b473649c3e Mon Sep 17 00:00:00 2001 From: GOXR3PLUS STUDIO Date: Tue, 6 Mar 2018 06:00:29 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae981af..9317c05 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ You always dreamed how to make a WebBrowser in JavaFX? Well then you are in the This project is part of XR3Player java Media Player , so i will continue to improve it in every update :) -Donwload latest prebuild zip folder V3.5.0 [here](https://github.com/goxr3plus/JavaFX-Web-Browser/releases/download/V3.5.0/JavaFXWebBrowser-3.5.0-bin.zip) +[Download](https://github.com/goxr3plus/JavaFX-Web-Browser/releases/download/V3.5.0/JavaFXWebBrowser-3.5.0-bin.zip) latest prebuild zip folder V3.5.0 ![javafxwebbrowser](https://user-images.githubusercontent.com/20374208/32561528-18323d74-c4b5-11e7-9552-f7aeba4f9728.jpg) From 45ccaddc75b2a8bc64862c0a1c5734c9df8ebc8e Mon Sep 17 00:00:00 2001 From: GOXR3PLUS STUDIO Date: Sun, 11 Mar 2018 20:15:25 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 64 +++++++++++++++++++++++++++++++++---------------------- 1 file changed, 38 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index 9317c05..a1c6a8d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -### PS Java 1.8.0_141 ++ Required ! Download Java 8 here : ( https://www.java.com/en/ ) - # JAVAFX-WEB-Browser [![Latest Version](https://img.shields.io/github/release/goxr3plus/JavaFX-Web-Browser.svg?style=flat-square)](https://github.com/goxr3plus/JavaFX-Web-Browser/releases) @@ -9,7 +7,43 @@ [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/V3.5.0 +[browser-jitpack-url]: https://jitpack.io/#goxr3plus/JavaFX-Web-Browser + +### Add it to your project using JitPack : + +[Link][browser-jitpack-url] + +### Step 1. Add the JitPack repository to your build file +``` XML + + + jitpack.io + https://jitpack.io + + +``` + +### Step 1. Add it as a dependency + +* JavaFX-Web-Browser for Java 9 - (9.x.x) + +``` XML + + com.github.goxr3plus + JavaFX-Web-Browser + V9.0.0 + +``` + +* JavaFX-Web-Browser for Java 8 - (3.x.x) + +``` XML + + com.github.goxr3plus + JavaFX-Web-Browser + V3.5.0 + +``` # Hey friends follow the newest NetBeans tutorial here -> @@ -36,29 +70,6 @@ What that means ? Well you can download the jar file with Maven , Gradle etc ( t --> How you can embed it inside your application ? ( Use [JitPack.io][browser-jitpack-url] ) -### Add it to your project using JitPack : - -[Link][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 - V3.5.0 - -``` - Then from inside your code you can create an intance or multiple instances of Browser like this: ``` JAVA @@ -81,6 +92,7 @@ You always dreamed how to make a WebBrowser in JavaFX? Well then you are in the This project is part of XR3Player java Media Player , so i will continue to improve it in every update :) + [Download](https://github.com/goxr3plus/JavaFX-Web-Browser/releases/download/V3.5.0/JavaFXWebBrowser-3.5.0-bin.zip) latest prebuild zip folder V3.5.0 ![javafxwebbrowser](https://user-images.githubusercontent.com/20374208/32561528-18323d74-c4b5-11e7-9552-f7aeba4f9728.jpg)