1
- ### PS Java 1.8.0_141 ++ Required ! Download Java 8 here : ( https://www.java.com/en/ )
2
-
3
1
# JAVAFX-WEB-Browser
4
2
5
3
[ ![ 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
10
8
[ contributors-url ] : https://github.com/goxr3plus/JavaFX-Web-Browser/graphs/contributors
11
9
[ 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
26
11
27
12
### Add it to your project using JitPack :
28
13
@@ -38,7 +23,20 @@ What that means ? Well you can download the jar file with Maven , Gradle etc ( t
38
23
</repositories >
39
24
```
40
25
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
+
42
40
``` XML
43
41
<dependency >
44
42
<groupId >com.github.goxr3plus</groupId >
@@ -47,6 +45,31 @@ What that means ? Well you can download the jar file with Maven , Gradle etc ( t
47
45
</dependency >
48
46
```
49
47
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
+
50
73
Then from inside your code you can create an intance or multiple instances of Browser like this:
51
74
52
75
``` JAVA
@@ -69,7 +92,8 @@ You always dreamed how to make a WebBrowser in JavaFX? Well then you are in the
69
92
70
93
This project is part of XR3Player java Media Player , so i will continue to improve it in every update :)
71
94
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
73
97
74
98
![ javafxwebbrowser] ( https://user-images.githubusercontent.com/20374208/32561528-18323d74-c4b5-11e7-9552-f7aeba4f9728.jpg )
75
99
0 commit comments