Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 596 Bytes

File metadata and controls

20 lines (15 loc) · 596 Bytes

JavaUtils

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.

1. File Date Grouper (Java + Swing)

Simple Java GUI utility that groups files into date-based folders based on their filename (e.g., IMG_20240629.jpg → /2024-06-29/).

Features

  • 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

How to Run

  1. Open with NetBeans
  2. Build and run from IDE