Skip to content

evg-tyurin/JavaFX-Web-Browser

 
 

Repository files navigation

PS Java 1.8.0_141 ++ Required ! Download Java 8 here : ( https://www.java.com/en/ )

JAVAFX-WEB-Browser

Latest Version GitHub contributors HitCount Total Downloads

Youtube tutorial

video

Repository of tutorial -> https://github.com/goxr3plus/JavaFXBrowserOverlay

From version V3.0.0 it is completely embeddable!!!

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 .

--> You don't believe me ?? ( I am already doing this with XR3Player )

--> How you can embed it inside your application ? ( Use JitPack.io )

Add it to your project using JitPack :

https://jitpack.io/#goxr3plus/JavaFX-Web-Browser/V3.2.1

Step 1. Add the JitPack repository to your build file

<repositories>
	<repository>
	   <id>jitpack.io</id>
	   <url>https://jitpack.io</url>
        </repository>
</repositories>

Step 2. Add the dependency

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

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

public WebBrowserController webBrowser = new WebBrowserController();

and add it for example inside a BorderPane :

BorderPane borderPane = new BorderPane( webBrowser );

Happy :) ? Cause i am ...


Description

You always dreamed how to make a WebBrowser in JavaFX? Well then you are in the right place . It took me 2 days to make it and it is here for you ready to test and improve it .

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.1.0 here

javafxwebbrowser


--Maven Build--

Maven Clean Package [ With Javadocs produced ]

mvn clean package

Maven Clean Package [ No Javadocs produced ]

mvn -Dmaven.javadoc.skip=true clean package


About

Web Browser made in Java and JavaFX

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 65.0%
  • CSS 35.0%