1- ### PS Java 1.8.0_141 ++ Required ! Download Java 8 here : ( https://www.java.com/en/ )
2-
31# JAVAFX-WEB-Browser
42
53[ ![ Latest Version] ( https://img.shields.io/github/release/goxr3plus/JavaFX-Web-Browser.svg?style=flat-square )] ( https://github.com/goxr3plus/JavaFX-Web-Browser/releases )
97
108[ contributors-url ] : https://github.com/goxr3plus/JavaFX-Web-Browser/graphs/contributors
119[ contributors-image ] : https://img.shields.io/github/contributors/goxr3plus/JavaFX-Web-Browser.svg
12- [ browser-jitpack-url ] : https://jitpack.io/#goxr3plus/JavaFX-Web-Browser/V3.5.0
13-
14- # Youtube tutorial
15- [ ![ video] ( http://img.youtube.com/vi/F1yxsH8qyuI/0.jpg )] ( https://www.youtube.com/watch?v=F1yxsH8qyuI )
16-
17- Repository of tutorial -> https://github.com/goxr3plus/JavaFXBrowserOverlay
18-
19- # You can use this browser inside your JavaFX Application
20-
21- 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 .
22-
23- --> You don't believe me ?? ( I am already doing this with [ XR3Player] ( https://github.com/goxr3plus/XR3Player ) )
24-
25- --> How you can embed it inside your application ? ( Use [ JitPack.io] [ browser-jitpack-url ] )
10+ [ browser-jitpack-url ] : https://jitpack.io/#goxr3plus/JavaFX-Web-Browser
2611
2712### Add it to your project using JitPack :
2813
@@ -38,7 +23,20 @@ What that means ? Well you can download the jar file with Maven , Gradle etc ( t
3823</repositories >
3924```
4025
41- ### Step 2. Add the dependency
26+ ### Step 1. Add it as a dependency
27+
28+ * JavaFX-Web-Browser for Java 9 - (9.x.x)
29+
30+ ``` XML
31+ <dependency >
32+ <groupId >com.github.goxr3plus</groupId >
33+ <artifactId >JavaFX-Web-Browser</artifactId >
34+ <version >V9.0.0</version >
35+ </dependency >
36+ ```
37+
38+ * JavaFX-Web-Browser for Java 8 - (3.x.x)
39+
4240``` XML
4341<dependency >
4442 <groupId >com.github.goxr3plus</groupId >
@@ -47,6 +45,31 @@ What that means ? Well you can download the jar file with Maven , Gradle etc ( t
4745</dependency >
4846```
4947
48+ # Hey friends follow the newest NetBeans tutorial here ->
49+
50+ [ ![ video] ( http://img.youtube.com/vi/5Y0ZUS7q_lI/0.jpg )] ( https://www.youtube.com/watch?v=5Y0ZUS7q_lI )
51+
52+ Repository -> https://github.com/goxr3plus/Embedded-JavaFX-Web-Browser-Example-with-Maven
53+
54+ ----------------------------------------------------------------------------
55+
56+ The below tutorial is Eclipse Version , older tutorial
57+
58+ # Youtube tutorial
59+ [ ![ video] ( http://img.youtube.com/vi/F1yxsH8qyuI/0.jpg )] ( https://www.youtube.com/watch?v=F1yxsH8qyuI )
60+
61+ Repository of tutorial -> https://github.com/goxr3plus/JavaFXBrowserOverlay
62+
63+ -----------------------------------------------------------------------------
64+
65+ # You can use this browser inside your JavaFX Application
66+
67+ 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 .
68+
69+ --> You don't believe me ?? ( I am already doing this with [ XR3Player] ( https://github.com/goxr3plus/XR3Player ) )
70+
71+ --> How you can embed it inside your application ? ( Use [ JitPack.io] [ browser-jitpack-url ] )
72+
5073Then from inside your code you can create an intance or multiple instances of Browser like this:
5174
5275``` JAVA
@@ -69,7 +92,8 @@ You always dreamed how to make a WebBrowser in JavaFX? Well then you are in the
6992
7093This project is part of XR3Player java Media Player , so i will continue to improve it in every update :)
7194
72- 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 )
95+
96+ [ 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
7397
7498![ javafxwebbrowser] ( https://user-images.githubusercontent.com/20374208/32561528-18323d74-c4b5-11e7-9552-f7aeba4f9728.jpg )
7599
0 commit comments