Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
goxr3plus authored Mar 11, 2018
1 parent 9733b61 commit 45ccadd
Showing 1 changed file with 38 additions and 26 deletions.
64 changes: 38 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
```

### Step 1. Add it as a dependency

* JavaFX-Web-Browser for Java 9 - (9.x.x)

``` XML
<dependency>
<groupId>com.github.goxr3plus</groupId>
<artifactId>JavaFX-Web-Browser</artifactId>
<version>V9.0.0</version>
</dependency>
```

* JavaFX-Web-Browser for Java 8 - (3.x.x)

``` XML
<dependency>
<groupId>com.github.goxr3plus</groupId>
<artifactId>JavaFX-Web-Browser</artifactId>
<version>V3.5.0</version>
</dependency>
```

# Hey friends follow the newest NetBeans tutorial here ->

Expand All @@ -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
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
```

### Step 2. Add the dependency
``` XML
<dependency>
<groupId>com.github.goxr3plus</groupId>
<artifactId>JavaFX-Web-Browser</artifactId>
<version>V3.5.0</version>
</dependency>
```

Then from inside your code you can create an intance or multiple instances of Browser like this:

``` JAVA
Expand All @@ -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)
Expand Down

0 comments on commit 45ccadd

Please sign in to comment.