File Zipper is a Java application that allows you to add files to an archive, delete selected files from the archive, and create a zip archive containing the selected files.
- Add new files to the archive
- Delete selected files from the archive
- Create a zip archive containing selected files
![app](https://private-user-images.githubusercontent.com/106467480/263283991-a7711954-b4a5-450f-8401-cfe82cda8c4d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwODY1MjIsIm5iZiI6MTczOTA4NjIyMiwicGF0aCI6Ii8xMDY0Njc0ODAvMjYzMjgzOTkxLWE3NzExOTU0LWI0YTUtNDUwZi04NDAxLWNmZTgyY2RhOGM0ZC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA5JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOVQwNzMwMjJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0zNmM3ZjlmYjQ4Yzk2NjUyMzIzMGI0NzdiNGQ2ZDgxZGZkZTJiMjYxYTNlMDkzZjFiNWM2M2I4YjdkODExMWQ0JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.kdArFL2m0qw3KAwFPXZgV7WahwGo1vtSMCAMIvIHIv4)
- Clone or download the project repository.
- Compile and run the
FileZipper.java
class. - The application window will appear.
- Use the menu or corresponding buttons to perform the following actions:
- Add: Click to add new files to the archive.
- Delete: Select files from the list and click to delete them from the archive.
- Zip: Click to create a zip archive containing the selected files.
- Follow the on-screen instructions for adding files, deleting files, and creating the zip archive.
This project is licensed under the MIT License.