FolderManager is a simple Java Swing-based GUI application that helps users manage folders efficiently. It allows users to add folders to a table, open them in File Explorer, delete them, and save/load the folder list for future use.
Users often work with multiple folders and need an easy way to manage them. Manually opening, deleting, and tracking folders can be time-consuming.
FolderManager provides an intuitive GUI that allows users to:
- Add Folders – Select and add folders to a table.
- Open Folders – Open a folder in File Explorer with a click.
- Delete Folders – Remove folders from the list and delete them from the system.
- Save/Load Folder List – Store and retrieve folders from a file for easy reuse.
- The user launches FolderManager.
- Clicks "Add Folder" to select a folder and add it to the table.
- Clicks "Open" to open a folder in File Explorer.
- Clicks "Delete" to remove a folder (after confirmation).
- Clicks "Save List" to store the folder paths.
- Clicks "Load List" to restore the saved folder paths.
✔ Graphical Interface – Easy-to-use Swing-based GUI.
✔ Open Folders – Quickly open folders in File Explorer.
✔ Delete Folders – Permanently remove folders from the system.
✔ Save & Load List – Persist folder lists for later use.
✔ Dynamic Table Management – Real-time updates on folder operations.
- Language: Java
- GUI Framework: Swing
- File Handling: Java I/O
- Build Tool: Maven (optional)
- Install Java 8+
- (Optional) Install Eclipse/IntelliJ for development
git clone https://github.com/your-username/FolderManager.git
cd FolderManagerjavac FolderManager.java
java FolderManageror if using Maven:
mvn clean compile exec:java- ✅ Support for multi-folder selection
- ✅ Dark mode support
- ✅ Drag-and-drop folder addition
📌 Author: Bala
🔗 GitHub: sekarbala123