{"id":18129868,"url":"https://github.com/goxr3plus/JavaFX-Web-Browser","last_synced_at":"2025-03-30T15:31:48.315Z","repository":{"id":40605213,"uuid":"86951556","full_name":"goxr3plus/JavaFX-Web-Browser","owner":"goxr3plus","description":"🏵 Web Browser made in Java and JavaFX","archived":false,"fork":false,"pushed_at":"2023-02-07T00:28:15.000Z","size":4765,"stargazers_count":235,"open_issues_count":11,"forks_count":64,"subscribers_count":18,"default_branch":"master","last_synced_at":"2025-03-24T17:16:29.418Z","etag":null,"topics":["java","javascript","webbrowser"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/goxr3plus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":"GOXR3PLUSTUDIO","open_collective":null,"ko_fi":"goxr3plusstudio","tidelift":null,"custom":"https://www.paypal.me/GOXR3PLUSCOMPANY"}},"created_at":"2017-04-02T00:20:54.000Z","updated_at":"2025-02-04T18:03:40.000Z","dependencies_parsed_at":"2024-10-23T01:33:29.837Z","dependency_job_id":null,"html_url":"https://github.com/goxr3plus/JavaFX-Web-Browser","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goxr3plus%2FJavaFX-Web-Browser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goxr3plus%2FJavaFX-Web-Browser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goxr3plus%2FJavaFX-Web-Browser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goxr3plus%2FJavaFX-Web-Browser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/goxr3plus","download_url":"https://codeload.github.com/goxr3plus/JavaFX-Web-Browser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246339170,"owners_count":20761509,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","javascript","webbrowser"],"created_at":"2024-11-01T11:01:06.491Z","updated_at":"2025-03-30T15:31:43.305Z","avatar_url":"https://github.com/goxr3plus.png","language":"Java","readme":"[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/Q5Q3WBIC)\n\n---\n\n\u003ch3 align=\"center\" \u003e JavaFX Web Browser ( Library )\u003c/h3\u003e\n\u003cp align=\"center\"\u003e\n🏵\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e \n\u003csup\u003e\n\u003cb\u003e You always dreamed how to make a WebBrowser in JavaFX? Well then you are in the right place.  \u003c/b\u003e\n\u003c/sup\u003e\n\u003c/p\u003e\n\n---\n\n[![Latest Version](https://img.shields.io/github/release/goxr3plus/JavaFX-Web-Browser.svg?style=flat-square)](https://github.com/goxr3plus/JavaFX-Web-Browser/releases)\n[![GitHub contributors][contributors-image]][contributors-url]\n[![HitCount](http://hits.dwyl.io/goxr3plus/JavaFX-Web-Browser.svg)](http://hits.dwyl.io/goxr3plus/JavaFX-Web-Browser)\n[![Total Downloads](https://img.shields.io/github/downloads/goxr3plus/JavaFX-Web-Browser/total.svg)](https://github.com/goxr3plus/JavaFX-Web-Browser/releases)\n\n[contributors-url]: https://github.com/goxr3plus/JavaFX-Web-Browser/graphs/contributors\n[contributors-image]: https://img.shields.io/github/contributors/goxr3plus/JavaFX-Web-Browser.svg\n[browser-jitpack-url]: https://jitpack.io/#goxr3plus/JavaFX-Web-Browser\n\n\n\u003eJava 10 Web Browser release ===\u003e [On the way](https://github.com/goxr3plus/JavaFX-Web-Browser/releases) ( I can't get it work with JitPack i don't know why ..... ) \n\n![browser](https://user-images.githubusercontent.com/20374208/49159861-1d466d00-f32e-11e8-8718-d6b2b3d41b42.jpg)\n\n\u003e Older Java 8 and 9 releases [here](https://github.com/goxr3plus/JavaFX-Web-Browser/wiki/Java-8-and-9-Releases)\n\n\n### How to add this browser inside your application \n\n\n1.\n\nYou have to add it as a dependency , you can use [JitPack.io][browser-jitpack-url]\n\n\u003e Step 1. Add the JitPack repository to your build file\n\n```XML\n\u003crepositories\u003e\n\t\u003crepository\u003e\n\t\t  \u003cid\u003ejitpack.io\u003c/id\u003e\n\t\t  \u003curl\u003ehttps://jitpack.io\u003c/url\u003e\n\t\u003c/repository\u003e\n\u003c/repositories\u003e\n\n```\n\n\u003e Step 2. Add the dependency\n\n```xml\n \u003cdependency\u003e\n\t   \u003cgroupId\u003ecom.github.goxr3plus\u003c/groupId\u003e\n\t   \u003cartifactId\u003eJavaFX-Web-Browser\u003c/artifactId\u003e\n\t   \u003cversion\u003eTag\u003c/version\u003e\n  \u003c/dependency\u003e\n```\n\n2. \n\nThen from inside your code you can create an intance or multiple instances of Browser like this:\n\n``` JAVA\npublic WebBrowserController webBrowser = new WebBrowserController();\n```\n\nand add it for example inside a BorderPane :\n\n```JAVA\nBorderPane borderPane = new BorderPane( webBrowser );\n```\n\nHappy :) ?  Cause i am ...\n\n---\n\n\n","funding_links":["https://patreon.com/GOXR3PLUSTUDIO","https://ko-fi.com/goxr3plusstudio","https://www.paypal.me/GOXR3PLUSCOMPANY","https://ko-fi.com/Q5Q3WBIC"],"categories":["Java"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoxr3plus%2FJavaFX-Web-Browser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoxr3plus%2FJavaFX-Web-Browser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoxr3plus%2FJavaFX-Web-Browser/lists"}