Skip to content

panos-ece/File-Browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

File-Browser

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:

  1. mvn clean install || java -jar target/FileBrowser.jar
  2. 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.

About

A File Browser like Dolphin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages