A File Browser like Dolphin implemented in Java using Swing widget toolkit during the course Object Oriented Programming.
In order to run it you need maven and java 17 to be installed.
You can run it via:
- mvn clean install || java -jar target/FileBrowser.jar
- mvn clean install || mvn exec:java -Dexec.mainClass="ce.hw3.FileBrowser"
You can navigate backward and forward through the folders and make copy,cut,paste,rename,add to favourites and see the properties of a folder or a file.
Also you can search for an existing folder or a file and open up new File Browser's window.