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.
- 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.
- Java Development Kit (JDK) 21 or later
- Integrated Development Environment (IDE) like IntelliJ IDEA or Eclipse (optional)
- Java Swing for the graphical user interface.
- Eclipse IDE for development.
- This project is licensed under the MIT License.