Skip to content

srinivas-skr/File_Explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Explorer

A simple file explorer application built using Java Swing. This application allows users to navigate through directories, create and delete files and folders, and visualize the file structure using a tree view. It also supports navigation history with a "Previous" button to return to the previously visited directory.

Features

  • Navigate Directories: Double-click on folders to navigate into them.
  • Create Files and Folders: Create new files and folders within the current directory.
  • Delete Files and Folders: Remove selected files or folders from the current directory.
  • Refresh View: Refresh the file tree view to update the displayed file structure.
  • Navigate Back: Use the "Previous" button to return to the previously visited directory.
  • Custom Styling: Professional colors for folder and file representation.

Prerequisites

  • Java Development Kit (JDK) 21 or later
  • Integrated Development Environment (IDE) like IntelliJ IDEA or Eclipse (optional)

Acknowledgements

  • Java Swing for the graphical user interface.
  • Eclipse IDE for development.
  • This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages