Develop a Java application that allows searching for files and rename files in batches.

computer science

Description

Develop a Java application that allows searching for files and rename files in batches. 


Use attached project “Exam3_Base.zip” as your starting point as it contains GUI, form validation code, and “commons-io-2.4” library needed to manipulate computer files. Use of the base project is optional and you are welcome to develop this application from scratch. 


GUI is represented with one form with two tabs. “Search for File” tab allows users searching their computer for files. Tab “Batch Rename” allows users renaming the files in bulk according to a specified template.


Related Questions in computer science category