Skip to content

mostfa-ayad/JavaFX-Web-Browser

This branch is 40 commits behind goxr3plus/JavaFX-Web-Browser:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

32d5cf3 · Mar 22, 2018

History

68 Commits
Dec 23, 2017
Mar 5, 2018
Mar 16, 2018
Jan 13, 2018
Apr 2, 2017
Nov 20, 2017
Oct 27, 2017
Dec 8, 2017
Mar 22, 2018
Mar 14, 2018
Apr 2, 2017
Nov 21, 2017

Repository files navigation

JAVAFX-WEB-Browser

Latest Version GitHub contributors HitCount Total Downloads

Java 8 Pre-build runnable jar file

Java 9 Pre-build runnable jar file

Add it to your project using JitPack :

Take me a trip to JitPack

Step 1. Add the JitPack repository to your build file

<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)
<dependency>
	 <groupId>com.github.goxr3plus</groupId>
	 <artifactId>JavaFX-Web-Browser</artifactId>
	 <version>V9.1.0</version>
</dependency>
  • JavaFX-Web-Browser for Java 8 - (3.x.x)
<dependency>
	 <groupId>com.github.goxr3plus</groupId>
	 <artifactId>JavaFX-Web-Browser</artifactId>
	 <version>V3.5.1</version>
</dependency>

Hey friends follow the newest NetBeans tutorial here ->

video

Repository -> https://github.com/goxr3plus/Embedded-JavaFX-Web-Browser-Example-with-Maven


The below tutorial is Eclipse Version , older tutorial

Youtube tutorial

video

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 .

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

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

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 :)

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.9%
  • CSS 34.1%