Tools in java to automate common manual tasks
Note: This project includes NetBeans .form files for GUI design. To edit the UI visually, open in NetBeans IDE.
Simple Java GUI utility that groups files into date-based folders based on their filename (e.g., IMG_20240629.jpg → /2024-06-29/).
- GUI built with Java Swing
- Supports file type filtering (jpg, png, etc.)
- Optional target directory (fallback to source)
- Progress bar + log window
- Built using NetBeans
- Open with NetBeans
- Build and run from IDE