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
- 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.