This repository contains Web browser made using JavaFX. It has basic functionalities implemented such as -
- Browsing
- Downloading images
- Checking history
- Viewing page source
- Zooming in and out
- Opening and closing multiple tabs
Jar files used are json.simple and javafx jar files downloaded from their official website. For json.simple jar file, https://mvnrepository.com/artifact/com.googlecode.json-simple/json-simple For javafx jar files, https://gluonhq.com/products/javafx/
I've used Java 22 and JavaFX 22 version, and Scene Builder application (version 8.5.0) to create the FXML file.