JavaFX is an open source, next generation client application platform for desktop, mobile and embedded systems built on Java.
Using the concepts of multi-threading in Java and client application platform JavaFX, this application is created.
- Clone the repository
git clone https://github.com/anupamdas1511/JavaFX-DownloadManager.git
- In the pom.xml file, download the dependencies
- In the 'src/main/java/org.example.config/AppConfig.java' file, give the download path where you want to save the downloaded files
- Run the App.java file
- Download file through url
- Can download several files together using the concept of multi-threading in Java